vpp: Fix node APIs

Type: fix

Change-Id: Ic6e2b7e05b50945a8e2222019c2942a6ee52e465
Signed-off-by: Nathan Skrzypczak <nathan.skrzypczak@gmail.com>
This commit is contained in:
Nathan Skrzypczak
2020-09-03 12:45:20 +02:00
committed by Damjan Marion
parent 942b9803f8
commit 5cd626eb1e
2 changed files with 5 additions and 5 deletions

View File

@ -273,7 +273,7 @@ class TestGeneveL3(VppTestCase):
remote_address=self.pg0.remote_ip4,
vni=vni,
l3_mode=1,
decap_next_index=r.node_index)
decap_next_index=r.next_index)
self.vapi.sw_interface_add_del_address(
sw_if_index=r.sw_if_index, prefix="10.0.0.1/24")