Enforce FIB table creation before use 03/8803/3
authorNeale Ranns <nranns@cisco.com>
Fri, 13 Oct 2017 09:43:33 +0000 (02:43 -0700)
committerFlorin Coras <florin.coras@gmail.com>
Fri, 13 Oct 2017 23:43:35 +0000 (23:43 +0000)
commitf9342023c19887da656133e2688a90d70383b0c5
treece87af209b57e2210276f6b5cebedc1ec69fdf8e
parent69cce166535e138e66d0a95f1cfe6a3591489e10
Enforce FIB table creation before use

last i the serise of the use of the FIB table create/delete API. VPP now forces the tables to have been explicitly creted before they are used.

Change-Id: Ifde3b1bbb76697a01ab71bce4f5264e6d1725467
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vat/api_format.c
src/vnet/interface_api.c
src/vnet/ip/ip.api
src/vnet/ip/ip_api.c
src/vnet/mfib/mfib_table.h
src/vnet/mpls/mpls.api
test/test_dvr.py
test/test_srv6.py