FIX: VM startup after socket move
[csit.git] / resources / libraries / python / QemuUtils.py
index 41b5f54..a4d8533 100644 (file)
@@ -235,7 +235,6 @@ class QemuUtils(object):
             vpp_config.add_dpdk_no_tx_checksum_offload()
         vpp_config.add_plugin('disable', 'default')
         vpp_config.add_plugin('enable', 'dpdk_plugin.so')
-        vpp_config.add_plugin('enable', 'memif_plugin.so')
         vpp_config.write_config(startup)
 
         # Create VPP running configuration.