From c04ef88e5c12a31a34b78ef6447ea28e5e6f3d44 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Sat, 3 Nov 2012 16:10:57 -0700 Subject: [PATCH] Add note regarding removing old OVS junk. --- INSTALL | 6 ++++++ doc/doxygen.cfg | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index 5de4347..d45fdde 100644 --- a/INSTALL +++ b/INSTALL @@ -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 diff --git a/doc/doxygen.cfg b/doc/doxygen.cfg index b8015ec..a92bb15 100644 --- a/doc/doxygen.cfg +++ b/doc/doxygen.cfg @@ -114,7 +114,7 @@ FULL_PATH_NAMES = YES # If left blank the directory from which doxygen is run is used as the # path to strip. -STRIP_FROM_PATH = +STRIP_FROM_PATH = # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells