- Aug 15, 2013
-
-
Brian O'Connor authored
-
Brian O'Connor authored
Use files instead of sysctl to set limits
-
- Aug 13, 2013
-
-
Brian O'Connor authored
fixes #184
-
- Aug 12, 2013
-
-
Brian O'Connor authored
Replaced nodelist and nodemap in CLI with mn
-
- Aug 10, 2013
-
-
Brian O'Connor authored
-
Brian O'Connor authored
Fixed locals bug (now they are persisent across calls)
-
- Aug 09, 2013
-
-
Brian O'Connor authored
Updated Mininet to be more compliant with dict Fixes #182
-
- Aug 07, 2013
-
-
Brian O'Connor authored
-
Brian O'Connor authored
Merge branch 'adf-userswitch-tclink' of github.com:adferguson/mininet into adferguson-adf-userswitch-tclink Only sleep and reapply if slicing is enabled Conflicts: mininet/node.py
-
- Aug 06, 2013
-
-
Brian O'Connor authored
Conflicts: examples/README
-
- Aug 05, 2013
-
-
Brian O'Connor authored
-
- Aug 02, 2013
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
- Aug 01, 2013
-
-
- Jul 31, 2013
-
-
Brian O'Connor authored
pingall now reports fraction received
-
Brian O'Connor authored
fixes #168
-
Brian O'Connor authored
fixes #166
-
Brian O'Connor authored
-
Brian O'Connor authored
fixes #180
-
- Jul 30, 2013
- Jul 26, 2013
-
-
Brian O'Connor authored
fixes #173
-
Brian O'Connor authored
-
Brian O'Connor authored
-
- Jul 24, 2013
-
-
Brandon Heller authored
D'oh! Next time test presence _and_ absense of an added env var. OTOH, when people notice this quickly, it means they're using install.sh :-)
-
Brian O'Connor authored
-
Brian O'Connor authored
fixes #176
-
- Jul 23, 2013
-
-
Brian O'Connor authored
Dynamic Network with Remote Controller example; Extended LinearTopo
-
- Jul 21, 2013
-
-
Gustavo Pantuza Coelho Pinto authored
Simplified and refactored examples/dynamicnet.py
-
- Jul 20, 2013
-
-
Brian O'Connor authored
Developer dependencies are ~1GB
-
Brian O'Connor authored
Cleanup and cosmetic changes.
-
Brian O'Connor authored
Fix issue with mountCgroups not recognizing mounted cgroup
-
Brian O'Connor authored
Extended LinearTopo to support mulitple hosts per switch
-
- Jul 19, 2013
-
-
Brandon Heller authored
Extensibility Improvements
-
David Erickson authored
-
David Erickson authored
-
Gustavo Pantuza Coelho Pinto authored
-
Gustavo Pantuza Coelho Pinto authored
-
Gustavo Pantuza Coelho Pinto authored
The script builds a network topology based on command line arguments and uses a remote controller
-
Rich Lane authored
This change uses the `Node.cmd` method instead of `Popen`. The `cmd` method sends the input to a shell which may be in another namespace (if --innamespace is in use), while `Popen` would always run in the root namespace.
-