Minor additions and edits

This commit is contained in:
Bob Lantz
2013-09-11 12:00:16 -07:00
committed by Brian O'Connor
parent 92b51563b5
commit 9de7bd666d
+9 -7
View File
@@ -78,19 +78,21 @@ several new features, including:
* Automatically detecting and adjusting resource limits * Automatically detecting and adjusting resource limits
* Automatic cleanup on failure of the `mn` command * Automatic cleanup on failure of the `mn` command
* Preliminary support for running OVS in user space mode * Preliminary support for running OVS in user space mode
* Preliminary support for the Indigo Virtual Switch (IVSSwitch) * Preliminary support (`IVSSwitch()`) for the Indigo Virtual Switch
* support for installing the OpenFlow 1.3 versions of the reference
user switch and NOX from CPqD
* The ability to import modules from mininet.examples * The ability to import modules from mininet.examples
We have provided several new examples which can also be We have provided several new examples (which can easily be
imported to provide useful functionality, including: imported to provide useful functionality) including:
* Modeling separate control and data networks
* Connecting Mininet hosts the internet (or a LAN) using NAT * Connecting Mininet hosts the internet (or a LAN) using NAT
* Modeling control as well as data networks
* Creating per-host custom directories using bind mounts * Creating per-host custom directories using bind mounts
Note that these are experimental features which may "graduate" Note that examples contain experimental features which might
into mainline Mininet in the future, so they should not be "graduate" into mainline Mininet in the future, but they should
considered a stable part of the Mininet API! not be considered a stable part of the Mininet API!
### Installation ### Installation