vppinfra: elog: fix read overflow in string lookup
[vpp.git] / test / test_memif.py
index 07181af..aae5b3c 100644 (file)
@@ -250,8 +250,8 @@ class TestMemif(VppTestCase):
 
         # add routing to remote vpp
         route = VppIpRoute(self.remote_test, self.pg0._local_ip4_subnet, 24,
-                   [VppRoutePath(memif.ip4_addr, 0xffffffff)],
-                   register=False)
+                           [VppRoutePath(memif.ip4_addr, 0xffffffff)],
+                           register=False)
 
         route.add_vpp_config()