Skip to content
Snippets Groups Projects
Commit 3ef6bcfa authored by lantz's avatar lantz
Browse files

Additional info about --nat and LinuxRouter

parent 015cd9e7
No related branches found
No related tags found
No related merge requests found
...@@ -74,12 +74,17 @@ several new features, including: ...@@ -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 ...@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment