diff options
author | Neale Ranns <nranns@cisco.com> | 2017-02-25 04:20:00 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2017-03-02 18:12:55 +0000 |
commit | baf2e90a91fa862c15572491c730d01cd6d19f5d (patch) | |
tree | d975d759abe644c39fd55e6ea002c677baa67bac /test/test_ip4_vrf_multi_instance.py | |
parent | 584282a1d2a283a2aefce6b543da022d95356c4e (diff) |
Remove the unused VRF ID parameter from the IP neighbour Add/Del API
Change-Id: Icf0d72f6af1f98c86f78e586c354515ac69804aa
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/test_ip4_vrf_multi_instance.py')
-rw-r--r-- | test/test_ip4_vrf_multi_instance.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_ip4_vrf_multi_instance.py b/test/test_ip4_vrf_multi_instance.py index b84086ae824..ddf8f5939d1 100644 --- a/test/test_ip4_vrf_multi_instance.py +++ b/test/test_ip4_vrf_multi_instance.py @@ -190,7 +190,7 @@ class TestIp4VrfMultiInst(VppTestCase): if pg_if in self.pg_not_in_vrf: self.pg_not_in_vrf.remove(pg_if) pg_if.config_ip4() - pg_if.configure_ipv4_neighbors(vrf_id) + pg_if.configure_ipv4_neighbors() self.logger.debug(self.vapi.ppcli("show ip fib")) self.logger.debug(self.vapi.ppcli("show ip arp")) |