Merge pull request #135 from adferguson/adf-vm-script-fix

tiny fix to vm script
This commit is contained in:
Bob
2013-05-22 16:02:43 -07:00
-6
View File
@@ -31,10 +31,4 @@ time mininet/util/install.sh
#if ! grep NOX_CORE_DIR .bashrc; then
# echo "export NOX_CORE_DIR=~/noxcore/build/src/" >> .bashrc
#fi
echo <<EOF
You may need to reboot and then:
sudo dpkg-reconfigure openvswitch-datapath-dkms
sudo service openvswitch-switch start
EOF