diff --git a/README.md b/README.md index 49c2cc6fbe58529767b3aae74788f81ed781c1ec..c67f4aaab7183d61fad1ca46ed529a85d90ba27e 100644 --- a/README.md +++ b/README.md @@ -84,15 +84,16 @@ several new features, including: * An improved MiniEdit GUI (`examples/miniedit.py`) - thanks to Gregory Gee -* Experimental cluster support - consult the [documentation][1] for details, +* Support for multiple `--custom` arguments to `mn` + +* Experimental cluster support - consult the + [documentation](http://docs.mininet.org) for details - as well as `examples/cluster.py` and an experimental `--cluster` option for topologies built with the default `Host` and `OVSSwitch` classes: `mn --cluster localhost,server1,server2` -[1]: http://docs.mininet.org - Note that examples contain experimental features which might "graduate" into mainline Mininet in the future, but they should not be considered a stable part of the Mininet API!