in-line documentation link

This commit is contained in:
Bob Lantz
2014-11-12 15:50:24 -08:00
parent a64f8c28bd
commit 383c3fb3e4
+4 -3
View File
@@ -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!