fib: Allow the creation of new source on the API 08/23808/8
authorNeale Ranns <nranns@cisco.com>
Wed, 4 Dec 2019 06:11:00 +0000 (06:11 +0000)
committerNeale Ranns <neale@graphiant.com>
Tue, 16 Mar 2021 12:12:23 +0000 (12:12 +0000)
commit976b259be2ce9725f1d6756c14ff81069634a396
treef4117b32e9230e5c313474a158dbfa847943b99d
parent400ce717ac043ceec404103dbaa87dd17d92feb7
fib: Allow the creation of new source on the API

Type: feature

an client can dump the existing sources, examine their
priorities, then define thier own source.
Usefull if a client wants to distingusih between say, static,
ospf, bgp, etc routes it has added over the API.

Signed-off-by: Neale Ranns <nranns@cisco.com>
Signed-off-by: Alexander Chernavin <achernavin@netgate.com>
Change-Id: I5158b4fa1ebe87381ff8707bb173217f56ea274a
13 files changed:
src/vnet/CMakeLists.txt
src/vnet/fib/fib.api [new file with mode: 0644]
src/vnet/fib/fib_api.c
src/vnet/fib/fib_api.h
src/vnet/fib/fib_table.c
src/vnet/fib/fib_table.h
src/vnet/fib/fib_types.api
src/vnet/ip/ip.api
src/vnet/ip/ip_api.c
src/vnet/mpls/mpls_api.c
test/test_ip6.py
test/vpp_ip_route.py
test/vpp_papi_provider.py