Add note regarding removing old OVS junk.

This commit is contained in:
Bob Lantz
2012-11-03 16:10:57 -07:00
parent 4b1dc93bcc
commit c04ef88e5c
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -28,6 +28,12 @@ To install Mininet itself (i.e. mn and the Python API) on Ubuntu 12.10+
sudo apt-get install mininet
Note: if you are upgrading from an older version of Mininet, make sure you
remove the old OVS from /usr/local:
sudo rm /usr/local/bin/ovs*
sudo rm /usr/local/sbin/ovs*
3. Native installation from source on Ubuntu 11.10+
If you're reading this, you've probably already done it, but the command to