FIB: encode the label stack in the FIB path during table dump 67/16567/2
authorNeale Ranns <nranns@cisco.com>
Thu, 20 Dec 2018 11:01:49 +0000 (03:01 -0800)
committerDamjan Marion <dmarion@me.com>
Thu, 20 Dec 2018 15:00:30 +0000 (15:00 +0000)
commit775f73c6baaf9bc2283e7ab9752c81984823be99
tree7c2496d34a590fae15f917f9e51867fa14aafec5
parenta3aaa61e2f2fd81f9653cb678b38519e96e6c6cd
FIB: encode the label stack in the FIB path during table dump

Change-Id: I28e8a99b980ad343a4209e673201791b91ceab4e
Signed-off-by: Neale Ranns <nranns@cisco.com>
17 files changed:
src/plugins/abf/abf_api.c
src/vnet/bier/bier_api.c
src/vnet/fib/fib_api.c
src/vnet/fib/fib_entry.c
src/vnet/fib/fib_path.c
src/vnet/fib/fib_path.h
src/vnet/fib/fib_path_ext.c
src/vnet/fib/fib_path_list.c
src/vnet/fib/fib_path_list.h
src/vnet/fib/fib_types.api
src/vnet/ip/ip_api.c
src/vnet/mfib/mfib_entry.c
src/vnet/mfib/mfib_table.c
src/vnet/mfib/mfib_table.h
src/vnet/mpls/mpls_api.c
test/test_mpls.py
test/vpp_ip_route.py