Mininet 2.3.0b1 (#1019)

Also tweak README.md, INSTALL, and CONTRIBUTORS
This commit is contained in:
lantz
2021-01-29 16:15:39 -08:00
committed by GitHub
parent 96ac94a985
commit b6ad3a1619
5 changed files with 42 additions and 15 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.0a1"
VERSION = "2.3.0b1"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."