Disable automatic openvswitch-controller startup.

This commit is contained in:
Bob Lantz
2012-02-13 01:36:02 -08:00
parent 2a4cbe2f57
commit fb25ee0200
+3
View File
@@ -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