DemoCLI -> ClusterCLI
Correctly call cli() rather than CLI
fixing --custom in mn (there was one two many selfs)
Disable shared SSH connections by default.
Note that we do still provide a default if you specifyControlPath=True
Satisfy pyflakes by making a local cli variable
Remove obsolete util.custom(), and make custom() a method
Adding support for multiple custom files
Works in a few ways: * a single file: --custom foo.py (as before) * comma-separated list: --custom foo.py,bar.py * multiple custom args: --custom foo.py --custom bar.py
Merge branch 'fallback' of https://github.com/thinred/mininet into thinred-fallback
Conflicts: bin/mn mininet/node.py
add Ryu controller to mininet
Cluster edition prototype: remote nodes and links.
We add a new experimental feature to allow Mininet to run acrossa cluster of machines. This is currently implemented via a setmix-in classes that provide remote nodes that are implementedvia a connection to a remote shell, and remote links which are...
View revisions
Also available in: Atom