- May 29, 2014
-
-
Brian O'Connor authored
-
- May 28, 2014
- May 22, 2014
-
-
Rich Lane authored
-
Rich Lane authored
Each switch class will be called to shutdown its own instances.
-
Rich Lane authored
Not a single command like the OVS one, but it still greatly decreases the shutdown time. This does assume that stop() is called after batchShutdown(), which is true in the current mininet code.
-
- May 07, 2014
- May 03, 2014
-
-
Gregory Gee authored
net.addController( 'c0', protocol='ssl' ) This now allows OVS to connect to a controller using SSL. The default of protocol is 'tcp' as it currently is.
-
- Apr 25, 2014
-
-
Jon Hall authored
-
- Apr 23, 2014
-
-
Bob Lantz authored
-
- Apr 14, 2014
-
-
lantz authored
Enable batch startup/shutdown of OVS Not perfect, but it moves us forward at least.
-
- Apr 01, 2014
- Mar 26, 2014
-
-
Adrian authored
-
- 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 07, 2014
-
-
Bob Lantz authored
-
- Mar 01, 2014
-
-
Gregory Gee authored
checking with non-numeric characters.
-
Bob Lantz authored
-
Bob Lantz authored
-
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 24, 2014
-
-
Gregory Gee authored
-
- Feb 17, 2014
-
-
Bob Lantz authored
fixes #279
-
- Feb 07, 2014
- Feb 04, 2014