This commit is contained in:
lantz
2022-03-31 17:58:42 -07:00
committed by GitHub
parent bdd2f8d87f
commit aa0176fce6
4 changed files with 9 additions and 7 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.0"
VERSION = "2.3.1b1"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."