intfoptions and test adjustments (#992)

* 2.3.0a1

* intfoptions and test_intfoptions tweaks

also added cleanup() to test_walkthrough fixture
This commit is contained in:
lantz
2021-01-03 22:24:28 -08:00
committed by GitHub
parent b7c412073a
commit e02e338e3c
7 changed files with 19 additions and 22 deletions
+1 -1
View File
@@ -108,7 +108,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.0d6"
VERSION = "2.3.0a1"
class Mininet( object ):
"Network emulation with hosts spawned in network namespaces."