VERSION -> 2.0.0rc1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
Mininet Installation/Configuration Notes
|
||||
|
||||
Mininet 2.0.0d3
|
||||
Mininet 2.0.0rc1
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
Mininet 2.0.0d3 License
|
||||
Mininet 2.0.0rc1 License
|
||||
|
||||
Copyright (c) 2012 Open Networking Laboratory
|
||||
Copyright (c) 2009-2012 Bob Lantz and The Board of Trustees of
|
||||
|
||||
@@ -25,9 +25,9 @@ minimal change for full line-rate execution.
|
||||
Mininet may be invoked directly from the command line, and also provides a
|
||||
handy Python API for creating networks of varying sizes and topologies.
|
||||
|
||||
** Mininet 2.0.0 **
|
||||
** Mininet 2.0.0rc1 **
|
||||
|
||||
Mininet 2.0.0 is a major upgrade to the Mininet system and provides
|
||||
Mininet 2.0.0rc1 is a major upgrade to the Mininet system and provides
|
||||
a number of enhancements and new features, including:
|
||||
|
||||
* First-class Interface (`Intf`) and Link (`Link`) classes
|
||||
|
||||
+1
-1
@@ -101,7 +101,7 @@ from mininet.util import macColonHex, ipStr, ipParse, netParse, ipAdd
|
||||
from mininet.term import cleanUpScreens, makeTerms
|
||||
|
||||
# Mininet version: should be consistent with README and LICENSE
|
||||
VERSION = "2.0.0d3"
|
||||
VERSION = "2.0.0rc1"
|
||||
|
||||
class Mininet( object ):
|
||||
"Network emulation with hosts spawned in network namespaces."
|
||||
|
||||
Reference in New Issue
Block a user