Activity
From 03/09/2010 to 04/07/2010
04/05/2010
- 09:27 AM Revision 15b482e3 (mininet): Support gnome terminals too
- Caution: code is incomplete - can't set a default type from the CLI
and in some places the phrase xterm should be rep... - 09:07 AM Revision e540ab57 (mininet): Use quit rather than kill when cleaning up screens
- Kill seems to get ignored, while quit kills the detached sessions.
- 08:06 AM Revision ce9cd5be (mininet): Add command to spawn an xterm
03/30/2010
- 11:09 PM Revision b14b1ee4 (mininet): Remove unneeded '-' in '-n', which was causing error message.
- 10:06 PM Revision 06b8210e (mininet): Changed TreeTopo() to number hosts from h1 to hN.
03/27/2010
- 02:05 AM Revision f2dee12d (mininet): Added LICENSE.
- We may wish to change this just to "mininet is copyrighted by its
authors" or something... - 01:47 AM Revision 5eac2a84 (mininet): Changed help message to be a bit clearer.
- 01:41 AM Revision 5791f32a (mininet): Fix --controller=remote
- 12:50 AM Revision ffd089ea (mininet): Changed git clone command.
- 12:45 AM Revision 8eae2550 (mininet): Changed installation notes to reflect VM image install.
03/26/2010
- 10:48 PM Revision 9a17de91 (mininet): Minor changes for alpha.
- Added alpha releas comments, inc. do not distribute yet.
Added install notes for install.sh. - 09:05 PM Revision a0c97d11 (mininet): Added patches for openflow reference version.
- These may not be needed if they are pushed upstream.
- 09:04 PM Revision 8125370d (mininet): Minor tweaks for alpha.
- 08:50 PM Revision add0ee60 (mininet): Added sudo for aptitude install.
- 07:33 PM Revision e21aa14f (mininet): Minor comment edits.
- 07:28 PM Revision 3f02f15e (mininet): Added kbuild script for 2.6.33.1
03/25/2010
- 12:21 AM Revision e91b2815 (mininet): Moved waitForNode. Maybe candidate for util.py or static method...
- 12:17 AM Revision c2cc1aac (mininet): Attempt to handle interrupts in the middle of CLI commands.
- 12:08 AM Revision 41badb96 (mininet): Pass code check.
- 12:04 AM Revision 45e82d09 (mininet): Restored treeping64 and tre1024 examples and updated README.
- 12:03 AM Revision d93c6ef6 (mininet): Change to use setLogLevel()
- 12:03 AM Revision fe414722 (mininet): Change to use setLogLevel()
- 12:03 AM Revision 8423875b (mininet): Change to use new interface to mn.run()
- 12:02 AM Revision 47acf539 (mininet): Change to use printf rather than echo.
03/24/2010
- 11:58 PM Revision 67516aa4 (mininet): Change run() to allow running external functions.
- 11:58 PM Revision 6e4e79af (mininet): Add setLogLevel as an export.
- 10:20 PM Revision 22f807fc (mininet): Reinstated multitest example and updated examples/README.
- 10:02 PM Revision b2ef87ae (mininet): Changes to pass code check.
- We should check NOXController and RemoteController to make sure that
they are not broken, but I cannot do this at the... - 09:42 PM Revision 0774c8bb (mininet): Added two spaces before in-line # comments.
- 09:41 PM Revision cf6f6704 (mininet): Added two spaces before in-line # comments.
- 08:42 PM Revision 35341142 (mininet): Minor formatting changes.
- 02:24 PM Revision 9098528a (mininet): Fix CLI breakage with new test interface
- 12:20 PM Revision 4779fa84 (mininet): Add bash_profile for VM build
- 12:20 PM Revision 55c33584 (mininet): Add OVS patch for 2.6.33+
- Thanks to Ben Pfaff who wrote the patch
- 12:19 PM Revision 0b1832dd (mininet): Consolidate install script and add cmd-line options
- Now, the majority the install can be done with one line, but the other
to each part of the install is still available...
03/23/2010
- 10:25 PM Revision c70aab0a (mininet): Changed mininet.link() to mininet.configLinkStatus(src,dst,status)
- Also rearranged parameters in link command to
mininet> link s1 h2 up
To resemble ifconfig a bit more. - 10:05 PM Revision fb2f6523 (mininet): Changed mininet.link() to support multiple links.
- It should also probably be renamed to something like:
configLinks(src, dst, status). - 08:45 AM Revision c9ae0ab0 (mininet): Generate initrd if missing
- Works around bug in newer version of kernel-package.
- 08:18 AM Revision 1e4f3375 (mininet): Fix path for cleaning
- 08:15 AM Revision f5191b85 (mininet): Revert "Add ability to pause and resume any node"
- This reverts commit 07aad110819778fdf65a43a6d11e9ca46c9881db.
When the semantics are clear, functionality like this ... - 07:51 AM Revision 74cd0843 (mininet): Clean up a few more things
- 07:48 AM Revision f32a5468 (mininet): Fix NOX breakage
- Controllers are no longer namespace-able, and all calls need one fewer
arg.
Also use more sensible temporary variabl... - 06:56 AM Revision e4370f7e (mininet): Run depmod for specified kernel
- 06:17 AM Revision fc48e6ee (mininet): Add VM build option for 2.6.33 OVS/OF
- 05:44 AM Revision 9a7717ed (mininet): Get past NOX build error w/newer autoconf
- 05:28 AM Revision c5326892 (mininet): Clone NOX into ~/ and fix typo
- 05:14 AM Revision d82b6183 (mininet): Get past verification error
- 05:14 AM Revision a9aebba7 (mininet): Restore 2.6.29 as default image
- 02:34 AM Revision 178a3d84 (mininet): Minor tweaks.
- 12:50 AM Revision c8fbd446 (mininet): Updated installation notes and added patch for controller.c.
03/22/2010
- 11:24 PM Revision f2eaeac7 (mininet): Added patch for 2.6.33.x kernel.
- 11:24 PM Revision 6ab417cc (mininet): Added setup for kernel switch.
03/18/2010
03/16/2010
- 09:59 PM Revision 8abc3472 (mininet): Pass code check.
- 09:59 PM Revision ec7b211c (mininet): Buffered output. Added net.monitor() and node.readline()
- Moved monitor() and readline() into net.py and node.py respectively,
which will hopefully be useful for monitoring la... - 09:59 PM Revision 6ab1f1ff (mininet): Run in non-verbose mode, and print network sizes.
- 09:59 PM Revision e4c82e52 (mininet): Change Node.monitor() to just return output.
- It seems easier to rely on node.waiting for the moment.
- 09:59 PM Revision 736038f8 (mininet): Added README for examples.
- 02:27 AM Revision e100d1d9 (mininet): Change ofprotocold -> ovs-openflowd in OVSKernelSwitch.
- 02:24 AM Revision ad824e4e (mininet): Pass codecheck.
03/15/2010
- 02:32 AM Revision cae423e5 (mininet): For now, make install.
- 02:28 AM Revision 7f9eb9e5 (mininet): Changed remaining refs to netns to refer to mnexec.
- 02:19 AM Revision 3465c9ea (mininet): Updated to reflect changes and include 2.6.33 patch.
03/14/2010
- 10:18 PM Revision ed097b3b (mininet): Working a bit on text files. Removed netns.
- 10:57 AM Revision a3d89912 (mininet): Comment clarification
- 10:53 AM Revision b055728f (mininet): Automatically load kernel module dependencies
- Before this commit, you'd have to manually insert the kernel module for
OVS or OF kernel modules, and you couldn't ru... - 10:53 AM Revision a1658810 (mininet): Ignore pyc files
- 10:53 AM Revision e01292c1 (mininet): Fix minor typo
- 10:53 AM Revision 956bf4f2 (mininet): Fix param typo
- 08:18 AM Revision bca38c99 (mininet): Minor config notes changes.
- 08:11 AM Revision 0e2a7240 (mininet): Reinstate mnexec in install.
- 08:03 AM Revision 51a14824 (mininet): Removed unused variable.
- 05:44 AM Revision 3fac5a43 (mininet): Handle ping output for paused hosts
- 05:35 AM Revision 07aad110 (mininet): Add ability to pause and resume any node
- 05:32 AM Revision 28cd95c3 (mininet): Fix link command parsing bug
- 02:28 AM Revision 0e3fef2f (mininet): Merge branch 'master' of yuba.stanford.edu:mininet
- Conflicts:
mininet/node.py - 02:23 AM Revision bcacfc05 (mininet): Support for control-C. Finally.
- I've changed the way things work a bit:
1. netns is replaced by mnexec, a general-purpose mininet helper.
2. For in... - 02:19 AM Revision c4ae4232 (mininet): Support for control-C. Finally.
- I've changed the way things work a bit:
1. netns is replaced by mnexec, a general-purpose mininet helper.
2. For in... - 12:37 AM Revision d4b53ea7 (mininet): Removing setsid for the moment - breaks shutdown.
- Close to solving this set of problems.
- 12:36 AM Revision af380c89 (mininet): Show PIDs in dump()
03/13/2010
- 09:59 PM Revision e953444f (mininet): Corrected list checkin sendCmd.
- 02:30 PM Revision 8d3c2859 (mininet): Add port status change command
- 02:02 PM Revision e7c787b3 (mininet): Fix sending commands to switches
- 12:40 AM Revision 74993b65 (mininet): Changes to note neither ^C nor interactive commands work atm.
- 12:38 AM Revision 7b323bd4 (mininet): Removed executability since mn -c is easier!
- 12:24 AM Revision 7cbde774 (mininet): Added blank line.
- 12:22 AM Revision 08ed5bb6 (mininet): Made executable.
- 12:21 AM Revision 9e7aee20 (mininet): Merge branch 'master' of yuba.stanford.edu:mininet
- Conflicts:
setup.py - 12:17 AM Revision 740d7ce3 (mininet): Added newline at EOF.
- 12:16 AM Revision 4065511a (mininet): Detach shells from tty; monitoring changes.
- Call netns using setsid to detach from the tty; this is
intended to fix the problem of control-C killing your network... - 12:16 AM Revision 2ad03eea (mininet): Minor cleanup; got rid of backslash.
- 12:13 AM Revision 5947e017 (mininet): Minor changes and corrections.
- 12:13 AM Revision 406f5da1 (mininet): Change to mention 2.6.33 kernel.
- 12:13 AM Revision 44c63c2a (mininet): Fix OVS breakage
- 12:13 AM Revision 77529ce5 (mininet): Ignore binary and egg data
- 12:13 AM Revision c30e5007 (mininet): Update install instructions
- 12:13 AM Revision b403cc7f (mininet): Colorize git output by default in VM
- 12:13 AM Revision 3b1174ef (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...
03/12/2010
- 01:23 AM Revision c46c1ae6 (mininet): Merge branch 'master' of yuba.stanford.edu:mininet
- 01:16 AM Revision 9dbe572a (mininet): Detach shells from tty; monitoring changes.
- Call netns using setsid to detach from the tty; this is
intended to fix the problem of control-C killing your network... - 12:54 AM Revision 9f32a08b (mininet): Minor cleanup; got rid of backslash.
- 12:53 AM Revision 47abe6d9 (mininet): Change to mention 2.6.33 kernel.
- 12:53 AM Revision 3a7d2a13 (mininet): Minor changes and corrections.
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.
Also available in: Atom