FIB: path parsing, table-id not fib-index (VPP-1586)

Change-Id: Ib27952935393163eaabf005c69b1cbc2feca2b98
Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
Neale Ranns
2019-03-11 05:34:50 -07:00
committed by Ole Trøan
parent fa0ac2c566
commit f726f53918
3 changed files with 44 additions and 8 deletions

View File

@ -583,10 +583,12 @@ class TestBier(VppTestCase):
proto=DpoProto.DPO_PROTO_BIER,
nh_table_id=8)])
bier_route_1.add_vpp_config()
bier_route_max = VppBierRoute(self, bti, max_bp,
[VppRoutePath("0.0.0.0",
0xffffffff,
nh_table_id=8)])
bier_route_max = VppBierRoute(
self, bti, max_bp,
[VppRoutePath("0.0.0.0",
0xffffffff,
nh_table_id=8,
proto=DpoProto.DPO_PROTO_BIER)])
bier_route_max.add_vpp_config()
#