Activity
From 07/09/2014 to 08/07/2014
08/07/2014
- 08:40 PM Revision a280501f (mininet): Merge branch 'master' into nat
- Conflicts:
mininet/net.py
mininet/node.py - 12:52 AM Revision 891a9e8b (mininet): fixed syntax error
- 12:51 AM Revision 7ae39fff (mininet): stop using ONLAB OUI for generated mac addressses
08/04/2014
- 11:18 PM Revision a56d9a66 (mininet): Merge pull request #344 from bentenshan/patch-1
- fix Singleton.__call__ error
- 04:47 AM Revision b0048c0a (mininet): Merge pull request #333 from mininet/devel/buildtopo
- Clean up standard topologies to use build
08/02/2014
- 12:18 PM Revision 0983ed29 (mininet): fix Singleton.__call__ error
- fix Singleton.__call__ error
08/01/2014
- 08:22 PM Revision 88763cfb (mininet): removed more unnecessary ifconfigs
- 07:18 PM Revision 19dd7f70 (mininet): switched back to node.cmd for OVS commands. this is faster..
- 06:27 PM Revision 42cdda38 (mininet): added some documentation
- 06:00 PM Revision f0fd8477 (mininet): Merge branch 'devel/startup' of github.com:cdburkard/mininet into de...
- 06:00 PM Revision a2d0ea78 (mininet): fixed issue with regex matching
- 06:00 PM Revision e9d034bd (mininet): adding old changes
- 06:00 PM Revision c1934706 (mininet): testing link stuff
- 06:00 PM Revision 4b65110e (mininet): removed comments and cleaned up code.
- 06:00 PM Revision eba13f0c (mininet): removed many of the commands being run to maximize startup performance
- 06:00 PM Revision a3d51b77 (mininet): few small fixes to syntax errors
- 01:36 AM Revision f67a7b64 (mininet): Merge pull request #322 from mininet/devel/pty
- Attach a pty to each node's bash process
- 01:27 AM Revision 628e8406 (mininet): Reverting the disable signals change
- 01:23 AM Revision 78a32e93 (mininet): Merge branch 'master' into devel/pty
07/25/2014
07/24/2014
- 11:31 PM Revision 2973798c (mininet): Merge branch 'devel/pty' of github.com:mininet/mininet into startup
- 11:30 PM Revision b9a15f07 (mininet): adding old changes
- 10:59 PM Revision f11dbe81 (mininet): few small fixes to syntax errors
07/23/2014
- 06:00 AM Revision 6bc9d684 (mininet): removed comments and cleaned up code.
- 02:27 AM Revision 5cd6b553 (mininet): removed many of the commands being run to maximize startup performance
07/19/2014
- 09:09 AM Revision 5b13dc62 (mininet): Merge branch 'master' of git://github.com/mininet/mininet into devel...
- 09:05 AM Revision 4d381f0b (mininet): testing link stuff
- 02:10 AM Revision 84ce84f5 (mininet): Add parameter to set protocol list in OVSSwitch. Allows setting Ope...
- s2 = net.addSwitch( 's2', protocols='OpenFlow13' )
07/16/2014
- 05:25 PM Revision 5b089770 (mininet): Merge branch 'cdburkard-devel/defaultController'
- 05:24 PM Revision 54652462 (mininet): Merge branch 'devel/defaultController' of https://github.com/cdburka...
- Conflicts:
bin/mn
mininet/net.py - 04:57 PM Revision e183e699 (mininet): Check for Controller type using isinstance()
- 02:39 AM Revision 779ea5f0 (mininet): removed bookmark
- 01:21 AM Revision 00d19634 (mininet): revised comment on defaultController function
07/15/2014
- 10:48 PM Revision 5ac3cde2 (mininet): restructured defaultController into a function
- 03:50 PM Revision 2a08dec6 (mininet): Hack to avoid failing version check... ;-/
- 03:28 PM Revision b7268856 (mininet): Tolerate passing controller *objects* into Mininet()
- 12:58 PM Revision 1b2c7a31 (mininet): Clean up standard topologies to use build
- 12:44 PM Revision b5962e8e (mininet): Added TorusTopo, a 2D torus topology
- 12:34 PM Revision ece509d5 (mininet): add connected() to LinuxBridge
- 11:32 AM Revision 29350004 (mininet): Add utopic/Ubuntu 14.10
- 08:29 AM Revision 708b1843 (mininet): Don't remove items from a list we're iterating over
07/14/2014
- 11:12 PM Revision 9a11544d (mininet): Merge pull request #332 from cdburkard/patches/fix_linear5
- adding waitConnected to linear5 test
- 10:20 PM Revision 2451d757 (mininet): Merge pull request #318 from cdburkard/patches/hifi_fix
- added support in iperf for different result formats.
- 09:42 PM Revision ea97dea9 (mininet): adding waitConnected to linear5 test
- 09:09 PM Revision a19cc915 (mininet): set DefaultController as the mininet class default
- 08:46 PM Revision 21b50c96 (mininet): Merge pull request #325 from cdburkard/patches/userspace_connect
- added waitConnected attribute to mininet class
- 08:09 PM Revision 796b281b (mininet): fixed command parameter
07/12/2014
- 02:04 AM Revision 72fd120d (mininet): added default controller class
- 12:02 AM Revision 54b29af8 (mininet): Merge pull request #327 from mininet/devel/nodelib
- Devel/nodelib
- 12:01 AM Revision 8f34fa4c (mininet): Merge pull request #326 from cdburkard/patches/nets
- Switched shutdown order to kill controller first
07/11/2014
- 11:27 PM Revision 872e3364 (mininet): Merge pull request #328 from mininet/devel/newtopo
- Add build() method to simplify Topo() usage
07/10/2014
- 08:40 PM Revision 4794871a (mininet): Change algorithm slightly and print progress
- 07:44 PM Revision 13d25b41 (mininet): Minor message changes
- 06:24 PM Revision b7a112cb (mininet): Shutting down controller first
- 06:07 PM Revision 5a9c74be (mininet): fixed last commit
- 08:34 AM Revision 38addf2e (mininet): Add alias + switch: { 'ovs': OVSSwitch, 'lxbr': LinuxBridge }
- 07:44 AM Revision 3878c000 (mininet): Add nodelib.py, a library of new node types
- 04:37 AM Revision 1324ae62 (mininet): Add build() method to simplify Topo() usage
- 02:24 AM Revision 3a52ad2f (mininet): fixed linearbandwidth and waitconnected
- 02:12 AM Revision 4797b420 (mininet): conforming to style, and fixing documentation
- 02:12 AM Revision 73f477be (mininet): added waitConnect to linearbandwidth example.
- 02:12 AM Revision 84ea8d7f (mininet): added waitConnected attribute to mininet class
- 02:12 AM Revision 6845fd83 (mininet): added documentation for waitConnected timeout
- 02:12 AM Revision 8e2443ad (mininet): improved waitConnected algorithm and set default wait time to wait f...
- 02:12 AM Revision c23c992f (mininet): fixed waitConnected performance and moved waitConnected call to mn.s...
- 02:07 AM Revision 1aed2b8a (mininet): Merge remote-tracking branch 'upstream/master'
- 12:47 AM Revision 191df1cb (mininet): Adding listen socket to UserSwitch when there is no listenPort set
07/09/2014
Also available in: Atom