- Jul 10, 2014
- Jun 27, 2014
-
-
Bob Lantz authored
-
- Jun 20, 2014
-
-
Brian O'Connor authored
fixed netParse bug that caused mininet crash when no ip prefix was specified
-
- Jun 12, 2014
-
-
Brian O'Connor authored
ovs port numbering bug fix
-
- Jun 11, 2014
-
-
Cody Burkard authored
-
Cody Burkard authored
-
Cody Burkard authored
-
- Jun 07, 2014
-
-
Brian O'Connor authored
-
- May 30, 2014
-
-
Cody authored
-
- May 29, 2014
-
-
Cody authored
-
Cody authored
-
Brian O'Connor authored
-
Cody 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
-
-
Rich Lane authored
Saves readline history to ~/.mininet_history.
-