- Mar 21, 2014
- Mar 18, 2014
-
-
Rich Lane authored
This was a problem when running IVS in a container. IVS would begin the process of closing controller connections on receiving SIGTERM, but often mininet would have continued on and removed the control network interface from the container before it could send the FIN. The controller wouldn't know the connection had been closed until it timed out much later.
-
- Mar 16, 2014
-
-
Bob Lantz authored
-
- Mar 15, 2014
- Mar 01, 2014
-
-
Bob Lantz authored
-
- Feb 28, 2014
-
-
Bob Lantz authored
-
- Feb 26, 2014
-
-
Gregory Gee authored
This argument expect a parameter which is the version number of OVS you wish to install. install.sh -V 2.0.0 What is nice that I tested, is that you can keep running the above to change which OVS version you want to test with. Also, if a new version of OVS is released, just run the above again specifying the new version number. The version number must match the version number in the tarball file name like openvswitch-2.0.0.tar.gz. In this case, the version specified must be 2.0.0.
-
Bob Lantz authored
-
- Feb 17, 2014
-
-
Bob Lantz authored
fixes #279
-
- Feb 07, 2014
- Feb 04, 2014
- Jan 30, 2014
- Jan 29, 2014
- Jan 25, 2014
-
-
Bob Lantz authored
This is added because we install Ubuntu from a serial console. Fixes #265
-
- Jan 24, 2014
-
-
Andrew Ferguson authored
-
Bob authored
don't crash when link is TCLink but without options
-
Bob authored
fixup: unresolved_references
-
- Jan 23, 2014
-
-
Andrew Ferguson authored
without this, thereis no indication in Mininet that creating an interface has failed. for example, this may happen when the interface name is too long (longer than IFNAMSIZ, which is 16 chars).
-
- Jan 20, 2014
-
-
Andrew Ferguson authored
caused by optimized return in link.py#275 in TCIntf.config()
-
Andrew Ferguson authored
link names of the form "a-b-ethN" were previously interpreted as "b-ethN". this change accepts link names with a dash, and requires N to only contain digits.
-
- Jan 15, 2014
- Jan 14, 2014
-
-
Bob Lantz authored
-
- Jan 11, 2014
-
-
Bob Lantz authored
fixes #261
-