diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-12-11 23:57:43 +0000 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2020-12-14 01:34:51 +0000 |
commit | dc01471be72b272922bf6c9ef9e6221162ab906a (patch) | |
tree | a00f718ebe267dfc9875647cd0c79a06756ce3e2 /src/vnet/mfib | |
parent | 5e6d547798e1b1137130b76f2e634c459ce42561 (diff) |
api: add missing version info
Type: fix
Change-Id: I269214e3eae72e837f25ee61d714556d976d410f
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'src/vnet/mfib')
-rw-r--r-- | src/vnet/mfib/mfib_types.api | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/mfib/mfib_types.api b/src/vnet/mfib/mfib_types.api index 515b6de36e3..de723b6ef5b 100644 --- a/src/vnet/mfib/mfib_types.api +++ b/src/vnet/mfib/mfib_types.api @@ -12,7 +12,8 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - + option version = "1.0.0"; + import "vnet/fib/fib_types.api"; import "vnet/ip/ip_types.api"; |