From fb25ee020005fc19fa26874489379dd4143d3aee Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Mon, 13 Feb 2012 01:36:02 -0800 Subject: [PATCH] Disable automatic openvswitch-controller startup. --- util/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/util/install.sh b/util/install.sh index 9fd0927..484bff3 100755 --- a/util/install.sh +++ b/util/install.sh @@ -212,7 +212,10 @@ function ovs { done echo PKGS $pkgs $pkginst $pkgs + # Switch can run on its own, but + # Mininet should control the controller sudo service openvswitch-controller stop + sudo update-rc.d openvswitch-controller disable echo "Done (hopefully) installing packages" return fi