2.0.0rc1 -> 2.0.0 final

This commit is contained in:
Bob Lantz
2012-11-30 20:57:53 -08:00
parent b453e0068f
commit 21366afc54
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
Mininet Installation/Configuration Notes Mininet Installation/Configuration Notes
Mininet 2.0.0rc1 Mininet 2.0.0
--- ---
+1 -1
View File
@@ -1,4 +1,4 @@
Mininet 2.0.0rc1 License Mininet 2.0.0 License
Copyright (c) 2012 Open Networking Laboratory Copyright (c) 2012 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
+3 -3
View File
@@ -4,7 +4,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!*
Version 2.0.0rc1 Version 2.0.0
### What is Mininet? ### What is Mininet?
@@ -67,9 +67,9 @@ Mininet includes:
`mn -c` `mn -c`
### New features in 2.0.0rc1 ### New features in 2.0.0
Mininet 2.0.0rc1 is a major upgrade and provides Mininet 2.0.0 is a major upgrade and provides
a number of enhancements and new features, including: a number of enhancements and new features, including:
* "Mininet-HiFi" functionality: * "Mininet-HiFi" functionality:
+1 -1
View File
@@ -101,7 +101,7 @@ from mininet.util import macColonHex, ipStr, ipParse, netParse, ipAdd
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.0.0rc1" VERSION = "2.0.0"
class Mininet( object ): class Mininet( object ):
"Network emulation with hosts spawned in network namespaces." "Network emulation with hosts spawned in network namespaces."