From 190c70c461a3808297b397cda14f35867bd837f8 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Mon, 28 Aug 2017 15:42:53 +0200 Subject: Using no-pci option rather than removing the dpdk-plugin in vpp. Removed starting and stopping of vpp in the host to add the uio devices in the containers. Added executable option in the TextFile resource. vICN now deploy the vppctl_wrapper command in every container runing vpp. Several bugfixes on the cicn plugin. Change-Id: I395bf92771bf27cf25324d208b847b640ccc475c Signed-off-by: Alberto Compagno --- vicn/resource/vpp/interface.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'vicn/resource/vpp/interface.py') diff --git a/vicn/resource/vpp/interface.py b/vicn/resource/vpp/interface.py index d0538661..9dbd7fc3 100644 --- a/vicn/resource/vpp/interface.py +++ b/vicn/resource/vpp/interface.py @@ -151,8 +151,6 @@ class VPPInterface(Resource): {'vpp_interface': self}, lock = self.vpp.vppctl_lock) - self.parent.set('ip4_address', None) - self.parent.set('ip6_address', None) self.parent.set('offload', False) self.parent.remote.set('offload', False) -- cgit 1.2.3-korg