- Feb 18, 2010
-
-
Brandon Heller authored
-
Brandon Heller authored
-
- Jan 31, 2010
-
-
Brandon Heller authored
Simplifies installation step
-
- Jan 30, 2010
-
-
Brandon Heller authored
Defining custom topologies, switch types, controllers, and hosts is now much easier. Plus, all Ripcord-specific stuff has been moved out.
-
Brandon Heller authored
-
- Feb 10, 2010
-
-
Bob Lantz authored
Shell now works (although we should use quietRun instead to avoid file descriptor problem!) exit/quit/EOF now all exit. Renamed pingall and pingpair to make them easier to type - I think commands should not require use of the shift key in general, although ping-all and ping-pair might be OK.
-
Bob Lantz authored
-
- Jan 29, 2010
-
-
Brandon Heller authored
Convert CLI to use Python Cmd object, which provides line editing.
-
Brandon Heller authored
-
- Feb 09, 2010
- Feb 06, 2010
- Feb 05, 2010
- Feb 04, 2010
- Jan 28, 2010
-
-
Brandon Heller authored
The packages argument was incorrectly specified, leading to an install process that would appear to have succeeded, but would not actually copy code. The error likely occurred due to copying setup.py from another project where the source files were located in a different position relative to setup.py.
-
- Jan 26, 2010
-
-
Brandon Heller authored
-
- Jan 12, 2010
-
-
Brandon Heller authored
-
- Jan 10, 2010
-
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
This required a change to logging, which now uses a singleton pattern. For all future checkins, 'make codecheck' should pass.
-
- Jan 07, 2010
-
-
Brandon Heller authored
Switches and controller in root namespace only, for now.
-
Brandon Heller authored
Sort interface names before passing to dpctl for kernel switch, so that links for multipath topologies can be added in any order.
-
- Jan 06, 2010
-
-
Brandon Heller authored
Possibly useful for adding custom port mappings.
-
Brandon Heller authored
-
Brandon Heller authored
-
Brandon Heller authored
-
- Jan 01, 2010
-
-
David Erickson authored
Now you can run a controller on a remote PC that is not on the same pc as Mininet.
-
Brandon Heller authored
Also use indexing for DPIDs to avoid zeroed MAC
-
- Jan 03, 2010
-
-
Brandon Heller authored
Auto MAC setup sets each host MAC equal to its DPID, which simplifies debugging. Auto ARP setup removes the need for broadcast support for ARP, which enables a smaller NOX controller.
-