Remove the unused VRF ID parameter from the IP neighbour Add/Del API
Change-Id: Icf0d72f6af1f98c86f78e586c354515ac69804aa Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
@ -206,7 +206,7 @@ class TestIP6VrfMultiInst(VppTestCase):
|
||||
self.pg_not_in_vrf.remove(pg_if)
|
||||
pg_if.config_ip6()
|
||||
pg_if.disable_ipv6_ra()
|
||||
pg_if.configure_ipv6_neighbors(vrf_id)
|
||||
pg_if.configure_ipv6_neighbors()
|
||||
self.logger.debug(self.vapi.ppcli("show ip6 fib"))
|
||||
self.logger.debug(self.vapi.ppcli("show ip6 neighbors"))
|
||||
|
||||
|
Reference in New Issue
Block a user