-> 2.2.1rc1

This commit is contained in:
Bob Lantz
2015-04-14 14:33:08 -07:00
parent 66e9845f05
commit 435d0d68b3
4 changed files with 8 additions and 13 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Mininet Installation/Configuration Notes Mininet Installation/Configuration Notes
---------------------------------------- ----------------------------------------
Mininet 2.2.1d2 Mininet 2.2.1rc1
--- ---
The supported installation methods for Mininet are 1) using a The supported installation methods for Mininet are 1) using a
+1 -1
View File
@@ -1,4 +1,4 @@
Mininet 2.2.1d2 License Mininet 2.2.1rc1 License
Copyright (c) 2013-2015 Open Networking Laboratory Copyright (c) 2013-2015 Open Networking Laboratory
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of
+5 -10
View File
@@ -3,7 +3,7 @@ Mininet: Rapid Prototyping for Software Defined Networks
*The best way to emulate almost any network on your laptop!* *The best way to emulate almost any network on your laptop!*
Mininet 2.2.1d2 Mininet 2.2.1rc1
### What is Mininet? ### What is Mininet?
@@ -108,6 +108,8 @@ Mininet mailing list, `mininet-discuss` at:
### Join Us ### Join Us
Thanks again to all of the Mininet contributors!
Mininet is an open source project and is currently hosted Mininet is an open source project and is currently hosted
at <https://github.com/mininet>. You are encouraged to download at <https://github.com/mininet>. You are encouraged to download
the code, examine it, modify it, and submit bug reports, bug fixes, the code, examine it, modify it, and submit bug reports, bug fixes,
@@ -121,12 +123,5 @@ hard work that Mininet continues to grow and improve.
Best wishes, and we look forward to seeing what you can do with Best wishes, and we look forward to seeing what you can do with
Mininet to change the networking world! Mininet to change the networking world!
The Mininet Core Team: Bob Lantz
Mininet Core Team
* Bob Lantz
* Brian O'Connor
* Cody Burkard
Thanks again to all of the Mininet contributors, particularly Gregory
Gee for his work on MiniEdit.
+1 -1
View File
@@ -108,7 +108,7 @@ from mininet.util import ( quietRun, fixLimits, numCores, ensureRoot,
from mininet.term import cleanUpScreens, makeTerms from mininet.term import cleanUpScreens, makeTerms
# Mininet version: should be consistent with README and LICENSE # Mininet version: should be consistent with README and LICENSE
VERSION = "2.2.1d2" VERSION = "2.2.1rc1"
class Mininet( object ): class Mininet( object ):
"Network emulation with hosts spawned in network namespaces." "Network emulation with hosts spawned in network namespaces."