Additional info about --nat and LinuxRouter
This commit is contained in:
@@ -74,12 +74,17 @@ several new features, including:
|
|||||||
* Improved OpenFlow 1.3 support
|
* Improved OpenFlow 1.3 support
|
||||||
|
|
||||||
- `mn --switch ovs,protocols=openflow13` starts OVS in 1.3 mode
|
- `mn --switch ovs,protocols=openflow13` starts OVS in 1.3 mode
|
||||||
- `install.sh -w` installs 1.3-compatible Wireshark dissector using
|
- `install.sh -w` installs a 1.3-compatible Wireshark dissector using
|
||||||
Loxigen
|
Loxigen
|
||||||
- `install.sh -y` installs Ryu 1.3-compatible controller
|
- `install.sh -y` installs the Ryu 1.3-compatible controller
|
||||||
|
|
||||||
* A new `nodelib.py` node library, and new `Node` types including
|
* A new `nodelib.py` node library, and new `Node` types including
|
||||||
`LinuxBridge`, `OVSBridge`, `LinuxRouter` and `NAT`
|
`LinuxBridge`, `OVSBridge`, `LinuxRouter` (see `examples/`)
|
||||||
|
and `NAT`
|
||||||
|
|
||||||
|
* A `--nat` option which connects a Mininet network to your LAN using NAT
|
||||||
|
(For this to work correctly, Mininet's `--ipbase` subnet should not
|
||||||
|
overlap with any external or internet IP addresses you wish to use)
|
||||||
|
|
||||||
* An improved MiniEdit GUI (`examples/miniedit.py`) - thanks to
|
* An improved MiniEdit GUI (`examples/miniedit.py`) - thanks to
|
||||||
Gregory Gee
|
Gregory Gee
|
||||||
@@ -98,6 +103,10 @@ Note that examples contain experimental features which might
|
|||||||
"graduate" into mainline Mininet in the future, but they should
|
"graduate" into mainline Mininet in the future, but they should
|
||||||
not be considered a stable part of the Mininet API!
|
not be considered a stable part of the Mininet API!
|
||||||
|
|
||||||
|
A number of bugs have also been fixed, most notably multiple link
|
||||||
|
support in `Topo()`. See github issues and the release notes on
|
||||||
|
the Mininet wiki for additional information.
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
See `INSTALL` for installation instructions and details.
|
See `INSTALL` for installation instructions and details.
|
||||||
|
|||||||
Reference in New Issue
Block a user