- Dec 18, 2009
-
-
Brandon Heller authored
-
Bob Lantz authored
Useful for monitoring the output of a set of nodes.
-
- Dec 16, 2009
-
-
Bob Lantz authored
- invoke ofdatapath with --fail=closed (no controller = no connectivity!) - stop hosts before switches before the controller - this seems slightly more sensible - it's the reverse of the startup order - fix retry() so it kind of works (it's actually helpful I think!)
-
Bob Lantz authored
-
Bob Lantz authored
Added retry() function for createLink to see if it helps (probably won't.) Random edits to docs.
-
Bob Lantz authored
Added commentary on control network to mininet.py. Hopefully fixed linearbandwidth.py for real.
-
Bob Lantz authored
-
- Dec 15, 2009
-
-
Bob Lantz authored
-
Bob Lantz authored
Not sure if I want nox_core -v in nox.py - it's useful for debugging. ripcordtest.py (and grid.py) still depend on routing, which I haven't been able to test yet.
-
Bob Lantz authored
ripcord.py was a name conflict - ugh! This one creates a network successfully, but ping doesn't work with nox out of the box at least.
-
Bob Lantz authored
instantiate a mininet Network based on its topology. Also minor cleanup of nox.py and GridNet class in mininet.py.
-
Bob Lantz authored
Network may now be used with custom controllers. An example of doing this is in nox.py, which instantiates at TreeNet using a custom Controller, NoxController, that runs nox_core rather than the reference controller.
-
Bob Lantz authored
-
- Dec 12, 2009
-
-
Brandon Heller authored
-
- Dec 14, 2009
- Dec 11, 2009
-
-
Bob Lantz authored
Fixed xterm.py (and cleanup) to clean up screen sessions. Cleaned up sshd.py (though interface is still in flux.) Added 1024-node network example (treenet1024.py). Added example showing multiple tests on a single network (multitest.py). Renamed examples to make them easier to type!
-
Bob Lantz authored
Other minor cleanup.
-
Bob Lantz authored
Minor tweaks to other files.
-
Bob Lantz authored
More edits for INSTALL and README files. Batteries still not included (for the moment.) ;-)
-
Bob Lantz authored
(It also adds a route from the root namespace to the data network via the first OpenFlow switch, so when you ssh in you go through OpenFlow!) Modified Network() to optionally decouple starting the network, running tests, and stopping the network. This allows multiple tests to be run (or additional modifications to be made to the network before actually starting the switches and controller.) Still tweaking xterms - it sort of works but the screen sessions are not cleaned up, which leads to nasty garbage.
-
Bob Lantz authored
Added new example to create xterms. Other minor changes.
-
- Dec 10, 2009
-
-
Bob Lantz authored
-
Bob Lantz authored
Modified cleanup to use dpctl to remove kernel datapaths.
-
Bob Lantz authored
Ping and iperf tests now return something possibly useful.
-
Bob Lantz authored
-
Bob Lantz authored
-
Bob Lantz authored
Node -> { Host, Switch, Controller } Network -> { TreeNet, GridNet -> LinearNet } Modified cleanup to clean up kernel datapaths.
-
- Dec 09, 2009
-
-
Bob Lantz authored
-