Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mininet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Olaf Bergmann
mininet
Commits
3ef6bcfa
Commit
3ef6bcfa
authored
10 years ago
by
lantz
Browse files
Options
Downloads
Patches
Plain Diff
Additional info about --nat and LinuxRouter
parent
015cd9e7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-3
12 additions, 3 deletions
README.md
with
12 additions
and
3 deletions
README.md
+
12
−
3
View file @
3ef6bcfa
...
...
@@ -74,12 +74,17 @@ several new features, including:
*
Improved OpenFlow 1.3 support
- `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
- `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
`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
Gregory Gee
...
...
@@ -98,6 +103,10 @@ 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!
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
See
`INSTALL`
for installation instructions and details.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment