- Jan 22, 2015
-
-
Bob Lantz authored
We should think a bit about the semantics that we want here. The comments say "stop and clean up link" so perhaps that's what we want. However, we could also imagine stop stopping forwarding on the link (and possibly allowing restarts). We warn on exited node.cmd() because we terminate the controller before stopping/deleting the links. This makes sense to avoid a storm of link/port down events, but since the controller's shell has exited we cannot call link.stop() on any of its links. We may want to simply stop the controller and not terminate it, but at least it doesn't hang for now.
-
- Jan 19, 2015
-
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
This allows --switch ovsbr,stp=True to work correctly
-
Bob Lantz authored
-
Bob Lantz authored
With newer versions of OVS, this allows us to set up a switch with a single OVS command (if reconnectms is zero.) If reconnectms is specified, then it slows things down slightly (but not much.)
-
- Jan 17, 2015
- Jan 15, 2015
-
-
Bob Lantz authored
Eventually we should implement true batch shutdown. In the mean time, we just ignore it. Note there's no good way that I know of for a subclass to remove a superclass method, so we changed the protocol a bit to require a return value of True.
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
Note that this also changes the way that links are deleted; the reason is that the batch shutdown doesn't currently delete the links, but OVSSwitch.stop() does. We may wish to revisit this in the future.
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
- Jan 14, 2015
- Jan 07, 2015
-
-
Bob Lantz authored
-
- Dec 17, 2014
- Dec 12, 2014
-
-
Bob Lantz authored
Also report connected in standalone/bridge mode Fixes #460 Conflicts: mininet/node.py
-
- Dec 09, 2014
- Dec 04, 2014
-
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
Future versions of pylint will allow this to be disabled in the file itself, so we can drop the limit back to 1500 or something more reasonable!!
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
-