This commit is contained in:
lantz
2021-02-09 00:44:22 -08:00
committed by GitHub
parent 377a4b5af5
commit 9a3a3edf75
5 changed files with 11 additions and 26 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ from mininet.util import ( quietRun, fixLimits, numCores, ensureRoot,
from mininet.term import cleanUpScreens, makeTerms
# Mininet version: should be consistent with README and LICENSE
VERSION = "2.3.0b2"
VERSION = "2.3.0rc1"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."