Commit 37ce84be authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

edit .py

parent c1cd8c92
Pipeline #1939 failed with stages
......@@ -14,6 +14,8 @@ def myNetwork():
net = Mininet( topo=None,
build=False,
autoStaticArp=True,
autoSetMacs=True,
ipBase='172.16.0.0/16')
info( '*** Adding controller\n' )
......
......@@ -14,6 +14,8 @@ def myNetwork():
net = Mininet( topo=None,
build=False,
autoStaticMacs=True,
autoSetMacs=True,
ipBase='172.16.0.0/16')
info( '*** Adding controller\n' )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment