From 76aba6f4fcb5e2a030893c01a3103bf8e94aa288 Mon Sep 17 00:00:00 2001 From: Dino Simeon Madarang Date: Fri, 8 Jan 2016 15:31:36 +0000 Subject: vswitches: Remove datapath after stopping OVS Remove the datapath that OVS creates, ovs-system, (can be viewed by ip link) after running OVS vanilla tests. Change-Id: I087c7b3f5afa546258227939ffcb38f0192f0d98 JIRA: VSPERF-175 Signed-off-by: Dino Simeon Madarang Reviewed-by: Maryam Tahhan Reviewed-by: Martin Klozik Reviewed-by: Al Morton Reviewed-by: Brian Castelli --- src/ovs/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ovs/__init__.py') diff --git a/src/ovs/__init__.py b/src/ovs/__init__.py index 1a31ea2e..8c157006 100644 --- a/src/ovs/__init__.py +++ b/src/ovs/__init__.py @@ -23,3 +23,4 @@ and external setup of vswitchd-external process, kernel modules etc. from src.ovs.daemon import * from src.ovs.ofctl import * +from src.ovs.dpctl import * -- cgit 1.2.3-korg