Skip to content
Snippets Groups Projects
Commit fb25ee02 authored by Bob Lantz's avatar Bob Lantz
Browse files

Disable automatic openvswitch-controller startup.

parent 2a4cbe2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment