API: Cleanup APIs interface.api
Use of consistent API types for interface.api Change-Id: Ieb54cebb4ac96b432a3f0b41596718aa2f34885b Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com>
This commit is contained in:

committed by
Ole Trøan

parent
4ba4edd150
commit
e63325e3ca
@ -233,7 +233,7 @@ class TestSpan(VppTestCase):
|
||||
|
||||
self.sub_if.admin_up()
|
||||
self.vapi.sw_interface_set_flags(self.vxlan.sw_if_index,
|
||||
admin_up_down=1)
|
||||
flags=1)
|
||||
|
||||
self.bridge(self.vxlan.sw_if_index, is_add=1)
|
||||
# Create bi-directional cross-connects between pg0 subif and pg1
|
||||
|
Reference in New Issue
Block a user