vhost_user: Fix setting MTU using uninitialized variable
[vpp.git] / test / test_acl_plugin.py
index b2d9756..f3ab381 100644 (file)
@@ -1423,7 +1423,7 @@ class TestACLplugin(VppTestCase):
 
         # create an interface
         intf = []
-        intf.append(VppLoInterface(self, 0))
+        intf.append(VppLoInterface(self))
 
         # Apply rules
         self.apply_rules_to(rules, "permit ipv4 tcp", intf[0].sw_if_index)