Activity
From 07/18/2013 to 08/16/2013
08/16/2013
- 06:16 PM Revision 32de4c9e (mininet): reverted iperf output and fixed regex
- 02:06 AM Revision f0c123d4 (mininet): fixing console.py graph parser
- 01:54 AM Revision 8c22fe84 (mininet): fixed iperf output parsing, changed to csv format
- fixes #191
- 01:22 AM Revision 9ff453a5 (mininet): Changed iperf -sD to iperf -s &
- fixes #190
08/15/2013
- 12:30 AM Revision 4e6b03d6 (mininet): Merge pull request #188 from mininet/devel/fixlimits
- Set sysctl limits when net starts
- 12:29 AM Revision b635fd9e (mininet): Some cleanup and style fixes for fixlimits
- 12:24 AM Revision a3879524 (mininet): fixed host ip assignment and shutdown with xterms
- fixes #189
08/14/2013
- 10:04 PM Revision 867a6d67 (mininet): Cleaned up sysctl and rlimit test and set
- Use files instead of sysctl to set limits
08/12/2013
- 11:22 PM Revision b20c9470 (mininet): add sysctl test and set
- fixes #184
- 09:03 PM Revision 7523c420 (mininet): Merge pull request #186 from mininet/devel/clifix
- Replaced nodelist and nodemap in CLI with mn
08/10/2013
- 12:10 AM Revision 98cb3359 (mininet): fixed comment in cli.py
- 12:07 AM Revision 9281719d (mininet): Made net compliant with dict semantics and added function comments
- Fixed locals bug (now they are persisent across calls)
08/09/2013
- 07:20 PM Revision 8e04a9f8 (mininet): Replaced nodelist and nodemap in CLI with mn
- Updated Mininet to be more compliant with dict
Fixes #182
08/06/2013
- 10:16 PM Revision 6df4371d (mininet): Removing test prints from user switch merge
- 10:13 PM Revision be13072f (mininet): Merge branch 'adf-userswitch-tclink' of github.com:adferguson/minine...
- Only sleep and reapply if slicing is enabled
Conflicts:
mininet/node.py - 01:13 AM Revision 989df745 (mininet): Merge branch 'patches/examplesdoc' of github.com:ryancox/mininet int...
- Conflicts:
examples/README
08/05/2013
- 09:00 PM Revision 7e87dbaa (mininet): Fixed modprobe install. Checks to ensure that OVS_KMODS is set
08/02/2013
- 08:36 PM Revision 1e5cdfd8 (mininet): Merge branch 'master' of github.com:mininet/mininet
- 08:35 PM Revision bb0006b6 (mininet): Merging MurphyMc LinearTopo pull request
08/01/2013
- 01:20 AM Revision 786117dd (mininet): Merge branch 'ivs' of https://github.com/rlane/mininet into rlane-ivs
- Conflicts:
util/install.sh
fixes #159
07/31/2013
- 01:31 AM Revision 43ba774e (mininet): Merge pull request #181 from mininet/devel/ping
- pingall now reports fraction received
- 01:28 AM Revision f7439671 (mininet): pingall now reports fraction received
- fixes #168
- 01:15 AM Revision 48df51aa (mininet): Merge branch 'notrace'
- fixes #166
- 01:12 AM Revision 4a777024 (mininet): Merge branch 'master' of github.com:mininet/mininet
- 01:11 AM Revision 15c1a0e5 (mininet): install.sh automatically detects wireshark version and installs corr...
- fixes #180
07/30/2013
- 06:52 PM Revision 9c4b7343 (mininet): Fix indentation in LinearTopo()
- 06:51 PM Revision 5b48a7d9 (mininet): Reimplemented and corrected Graph as MultiGraph
- fixes #172
07/26/2013
- 09:43 PM Revision 4316be95 (mininet): Prevent Mininet from crashing when display not set
- fixes #173
- 08:45 PM Revision 19bc1df1 (mininet): fixed style error
- 02:27 AM Revision bda2317d (mininet): Catching exceptions thrown in mn
07/24/2013
- 06:01 AM Revision 1f07530a (mininet): install.sh: Fix break from version overrides missing, + annotate them
- D'oh! Next time test presence _and_ absense of an added env var.
OTOH, when people notice this quickly, it means th... - 12:05 AM Revision d5f57784 (mininet): Merge branch 'master' of github.com:mininet/mininet
- 12:03 AM Revision 1ecc63df (mininet): improved check for downed link in parsePingFull
- fixes #176
07/23/2013
- 05:14 AM Revision 1e4e8b70 (mininet): Merge pull request #174 from pantuza/master
- Dynamic Network with Remote Controller example; Extended LinearTopo
07/21/2013
- 07:53 PM Revision e45cc16a (mininet): Merge pull request #1 from bocon13/master
- Simplified and refactored examples/dynamicnet.py
07/19/2013
- 11:17 PM Revision c26b4525 (mininet): Moving developer dependencies to separate function in install.sh
- Developer dependencies are ~1GB
- 11:07 PM Revision ea29d2b2 (mininet): Merge pull request #171 from vitalivanov/dev
- Cleanup and cosmetic changes.
- 11:04 PM Revision 5559a93d (mininet): Merge pull request #170 from piyushs/cgroup-fix
- Fix issue with mountCgroups not recognizing mounted cgroup
- 10:56 PM Revision 92112315 (mininet): Simplified and refactored examples/dynamicnet.py
- Extended LinearTopo to support mulitple hosts per switch
- 08:55 PM Revision 2a1f2d59 (mininet): Merge pull request #175 from daviderickson/extensibility
- Extensibility Improvements
- 05:32 PM Revision 3e70b01e (mininet): Enable OF 1.3 switch revision choice
- 05:29 PM Revision b5552773 (mininet): Enable OF dissector revision choice
- 01:42 AM Revision bf97d21c (mininet): Added dynamicnet.py to README file of the examples
- 01:34 AM Revision c5549879 (mininet): Merge branch 'master' of github.com:pantuza/mininet
- 01:32 AM Revision 6f09dedf (mininet): Dynamic network creation using a remote controller
- The script builds a network topology based on command line
arguments and uses a remote controller - 12:50 AM Revision 0a543602 (mininet): IVSSwitch: support running IVS in a namespace
- This change uses the `Node.cmd` method instead of `Popen`. The `cmd` method
sends the input to a shell which may be i...
07/18/2013
- 08:50 PM Revision 5c242637 (mininet): clean: send SIGTERM before SIGKILL
- IVS needs to be sent SIGTERM so it has a chance to clean up the kernel
datapath.
Also available in: Atom