Activity
From 02/09/2010 to 03/10/2010
03/10/2010
- 11:44 PM Revision b0a7a257 (mininet): Fix OVS breakage
- 06:45 AM Revision 4e57ddbc (mininet): Ignore binary and egg data
- 06:37 AM Revision 8f30aa00 (mininet): Update install instructions
- 06:16 AM Revision 188964c9 (mininet): Update install scripts
- Don't build NOX and OVS as root. Also don't nuke kernel src. Install
newer autoconf needed for OVS install from Deb... - 06:16 AM Revision f7f2f977 (mininet): Colorize git output by default in VM
- 05:52 AM Revision e3a2ef01 (mininet): Fixed docstrings for switch arg: name.
- 05:48 AM Revision d44a5843 (mininet): Reinstantiated inNamespace and routed control network.
- We need to figure out how to specify the IP addresses for the
routed control network. For now I'm going back to 192.1... - 05:47 AM Revision 47dbca29 (mininet): Made iperf verbose and fixed node command output.
- 05:47 AM Revision 1a9d2eac (mininet): Fixed createLink args and cleaned up slightly.
- 05:46 AM Revision 73a323f2 (mininet): Made compatible with rearranged args for createLink.
- 05:45 AM Revision 315cbf9e (mininet): Use IP address strings rather than hex number.
- 05:44 AM Revision 7ecd095c (mininet): Allow *args and **kwargs.
03/08/2010
- 11:36 PM Revision 7ba9e055 (mininet): Fixed errors due to renaming buffer to buf.
- 11:32 PM Revision 80be5642 (mininet): Removed underscores for public Node methods. Minor cleanup & comments.
- 11:31 PM Revision 26266932 (mininet): Changed to report repeated pep8 issues.
03/06/2010
- 01:19 AM Revision a16fae67 (mininet): Tweaks to separate command and options.
- 01:13 AM Revision 91b9e374 (mininet): Revived sshd.py example.
- 01:01 AM Revision be963554 (mininet): Added some additional explanatory comments.
- 01:00 AM Revision b924c5b5 (mininet): Fixed printing in CLI.net()
03/05/2010
- 11:15 PM Revision 73360ab9 (mininet): Moved TreeTopo to mininet.topolib.
- 11:15 PM Revision 5156b389 (mininet): Renamed LinearTestTopo() and added full ping test.
- 11:07 PM Revision 11a6d400 (mininet): Added mininet.topolib to store useful topologies.
- 10:49 PM Revision fd21c46f (mininet): Restored udpbwtest.py
- 10:12 PM Revision c80e18cd (mininet): Worked once on user, kernel for 1-20 switches.
- 10:12 PM Revision 1bda2d21 (mininet): Changed to use Node.MAC().
- 09:59 PM Revision 6f45478f (mininet): Removed spaces.
- 09:58 PM Revision 75d72d96 (mininet): Restored accidentally deleted kill %ofpd lines. Added Node.MAC()
- 12:11 PM Revision cdeaca86 (mininet): Rename cliinfo debug level to output
- 12:08 PM Revision dfc08a86 (mininet): Add none test to measure MN creation/teardown time
- 09:13 AM Revision c8641d7d (mininet): Fix remote controller param
- 06:36 AM Revision 7ae73e67 (mininet): Fix pylint warnings
- 06:26 AM Revision f259e2fa (mininet): Don't try to codecheck non-existent mnclean
- 05:52 AM Revision 509a852f (mininet): Add TreeTopo to cmd line
- 05:47 AM Revision 3eb5abe6 (mininet): Make cleanup a param of mn, not a separate script
- Also switch from print to info statements, to enable a non-verbose
clean. Instead of 'mnclean', now run 'mn -c'. - 05:34 AM Revision 4e69ae83 (mininet): Slightly reduce cliinfo verbosity
- 05:29 AM Revision bb941950 (mininet): Add flexible topology input parsing
- Now you can pass a topology name followed by params. For example, to
create a switch with 3 hosts:
sudo mn --topo... - 02:58 AM Revision 1a40cd04 (mininet): Add new loglevel to display CLI output only
- Also print warning if user chooses a loglevel that will hide CLI output.
- 12:56 AM Revision c246e2d5 (mininet): Renamed topo_2sw_2host.py -> topo-2sw-2host.py
- Still could be better though.... and we need more topology
examples. - 12:55 AM Revision 95f6e7b7 (mininet): linearbandwidth.py now works for kernel switch.
- 12:55 AM Revision 47e26cce (mininet): Fixed to be compatible with new setIP().
- 12:53 AM Revision 086ef80e (mininet): Changed setIP to accept numeric prefix len. Added Node.deleteIntfs().
- 12:52 AM Revision 48a8d297 (mininet): Removed blank line.
- 12:51 AM Revision ddfbfc73 (mininet): Added convenience mode to allow info( 'a', 1, 'b' )
- Later we may wish to optimize this so that the arg lists are
not created if the logging level is too low.
03/03/2010
- 10:37 PM Revision dc630c54 (mininet): Restored scratchnet and scratchnetuser demos.
- Also changed the str format for nodes to use str() rather
than repr() so we don't end up with extraneous quotes. - 09:52 PM Revision efc9a01c (mininet): Moved link creation into Node.addIntf() and fixed util:CreateLink().
- Also tweaked cmd/cmdPrint to make them more beautiful and functional,
and a few other minor changes, such as using a ... - 09:51 PM Revision 04fa18dc (mininet): Changed cmdPrint to cmd.
- 09:50 PM Revision a681f9b6 (mininet): Added debug() convenience function.
- 09:49 PM Revision 54977c79 (mininet): Changed to be executable.
- 09:46 PM Revision 1fdcd676 (mininet): Added py command to evaluate Python expressions, e.g. h1.cmd('ls')
03/01/2010
- 11:38 PM Revision 137ec305 (mininet): Removed trailing spaces.
- 11:34 PM Revision 63214ea2 (mininet): Merge branch 'customtopos' into bl-dev
- 11:21 PM Revision e0cfcdd5 (mininet): Tweaks to pass code check.
02/28/2010
- 07:40 AM Revision 2235f216 (mininet): Minor cleanup of mn/net and fixes for CLI.
- All commands should work now.
- 07:19 AM Revision c3a44400 (mininet): Changed custom feature so that params aren't added to globals.
- There is probably a better way of doing this, but currently
parseCustomFile can modify globals (e.g. TOPOS) as well a...
02/27/2010
- 09:55 PM Revision 54683776 (mininet): Removed blank line at EOF.
- 09:54 PM Revision dba3b599 (mininet): Changed to dump bad iperf output.
- 09:54 PM Revision 78073e1b (mininet): Fixed to be compatible with modified Mininet() class.
- 02:54 AM Revision d40b0a99 (mininet): Merge branch 'customtopos' into bl-dev
- 01:25 AM Revision 235415cf (mininet): Ran unpep8 on test_nets.py.
- 01:16 AM Revision 019bff82 (mininet): Made it possible to create a Mininet() without using a Topo object.
- This increases flexibility by allowing a topology to be manually created
in Python, or specified using another format...
02/18/2010
- 08:10 PM Revision 28ab4a33 (mininet): Add env var to install script
- 07:44 PM Revision 4f4f1dd2 (mininet): Fix KeyError for missing NOX env var
- 07:37 PM Revision 8ff7ee42 (mininet): Remove NOX_INSTALL file
- NOX Install is covered in the wiki and in util/deb/install_nox.sh.
- 07:36 PM Revision 4e94bac0 (mininet): Update custom topo instructions
- 06:49 PM Revision fe29f64d (mininet): More specific topo example filename
- 02:02 PM Revision 2b083dd1 (mininet): Add gitk to installed VM tools
- 08:09 AM Revision 777c9023 (mininet): Add VM install scripts
- 06:47 AM Revision 8d8ac76e (mininet): Move sysctl script to util
02/17/2010
02/16/2010
02/10/2010
- 06:40 AM Revision 64c451e0 (mininet): Minor bug fixes and tweaks.
- Shell now works (although we should use quietRun instead to avoid
file descriptor problem!)
exit/quit/EOF now all ex... - 06:37 AM Revision e34cd9a6 (mininet): Added warn to complement info, error.
Also available in: Atom