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
df56fa27
Commit
df56fa27
authored
9 years ago
by
Bob Lantz
Browse files
Options
Downloads
Patches
Plain Diff
2.2.1d1 -> 2.2.1d2
parent
f49e2539
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
INSTALL
+1
-1
1 addition, 1 deletion
INSTALL
LICENSE
+2
-2
2 additions, 2 deletions
LICENSE
README.md
+14
-35
14 additions, 35 deletions
README.md
mininet/net.py
+1
-1
1 addition, 1 deletion
mininet/net.py
with
18 additions
and
39 deletions
INSTALL
+
1
−
1
View file @
df56fa27
...
...
@@ -2,7 +2,7 @@
Mininet Installation/Configuration Notes
----------------------------------------
Mininet 2.2.1d
1
Mininet 2.2.1d
2
---
The supported installation methods for Mininet are 1) using a
...
...
This diff is collapsed.
Click to expand it.
LICENSE
+
2
−
2
View file @
df56fa27
Mininet 2.2.1d
1
License
Mininet 2.2.1d
2
License
Copyright (c) 2013-201
4
Open Networking Laboratory
Copyright (c) 2013-201
5
Open Networking Laboratory
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of
The Leland Stanford Junior University
...
...
This diff is collapsed.
Click to expand it.
README.md
+
14
−
35
View file @
df56fa27
...
...
@@ -3,7 +3,7 @@ Mininet: Rapid Prototyping for Software Defined Networks
*The best way to emulate almost any network on your laptop!*
Mininet 2.2.1d
1
Mininet 2.2.1d
2
### What is Mininet?
...
...
@@ -68,44 +68,23 @@ Mininet includes:
### New features in this release
This release provides a number of bug fixes as well as
several new features, including:
This is primarily a performance improvement and bug fix release.
*
Improved OpenFlow 1.3 support
-
Batch startup has been implemented for Open vSwitch, improving
startup performance.
- `mn --switch ovs,protocols=openflow13` starts OVS in 1.3 mode
- `install.sh -w` installs a 1.3-compatible Wireshark dissector using
Loxigen
- `install.sh -y` installs the Ryu 1.3-compatible controller
-
OVS patch links have been implemented via OVSLink and --link ovs
*
A new
`nodelib.py`
node library, and new
`Node`
types including
`LinuxBridge`
,
`OVSBridge`
,
`LinuxRouter`
(see
`examples/`
)
and
`NAT`
Warning! These links have
*serious limitations*
compared to
virtual Ethernet pairs: they are not attached to real Linux
interfaces so you cannot use tcpdump or wireshark with them;
they also cannot be used in long chains - we don't recommend more
than 64 OVSLinks, for example --linear,64. However, they can offer
significantly better performance than veth pairs, for certain
configurations.
*
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
*
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`
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.
-
Additional information for this release and previous releases
may be found in the release notes on docs.mininet.org
### Installation
...
...
This diff is collapsed.
Click to expand it.
mininet/net.py
+
1
−
1
View file @
df56fa27
...
...
@@ -108,7 +108,7 @@
from
mininet.term
import
cleanUpScreens
,
makeTerms
# Mininet version: should be consistent with README and LICENSE
VERSION
=
"
2.2.1d
1
"
VERSION
=
"
2.2.1d
2
"
class
Mininet
(
object
):
"
Network emulation with hosts spawned in network namespaces.
"
...
...
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