From 6d941885b7974c992e5376a5c80dbe536ed0fc2f Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Wed, 14 Aug 2019 14:49:54 +0000 Subject: FIX: VM startup after socket move + Still workaround for VPP bug not creating dir at startup Signed-off-by: Peter Mikus Change-Id: I8b87ac70e5f85d538a25058dcb5453f89e21498f --- resources/libraries/python/QemuUtils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'resources/libraries/python/QemuUtils.py') diff --git a/resources/libraries/python/QemuUtils.py b/resources/libraries/python/QemuUtils.py index 41b5f54684..a4d8533d52 100644 --- a/resources/libraries/python/QemuUtils.py +++ b/resources/libraries/python/QemuUtils.py @@ -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. -- cgit 1.2.3-korg