This commit is contained in:
lantz
2021-02-09 11:44:42 -08:00
committed by GitHub
parent 5ef6e1dedc
commit 1c42632978
4 changed files with 5 additions and 5 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.0rc1"
VERSION = "2.3.0rc2"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."