Fix tree1024.py (#995)
This commit is contained in:
@@ -9,13 +9,12 @@ and running sysctl -p. Check util/sysctl_addon.
|
|||||||
|
|
||||||
from mininet.cli import CLI
|
from mininet.cli import CLI
|
||||||
from mininet.log import setLogLevel
|
from mininet.log import setLogLevel
|
||||||
from mininet.node import OVSSwitch, Host
|
from mininet.node import OVSSwitch
|
||||||
from mininet.topolib import TreeNet
|
from mininet.topolib import TreeNet
|
||||||
from mininet.examples.treeping64 import HostV4, QuietController
|
from mininet.examples.treeping64 import HostV4
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
setLogLevel( 'info' )
|
setLogLevel( 'info' )
|
||||||
network = TreeNet( depth=2, fanout=32, host=HostV4,
|
network = TreeNet( depth=2, fanout=32, host=HostV4,
|
||||||
switch=OVSSwitch, controller=QuietController,
|
switch=OVSSwitch, waitConnected=True)
|
||||||
waitConnected=True)
|
|
||||||
network.run( CLI, network )
|
network.run( CLI, network )
|
||||||
|
|||||||
Reference in New Issue
Block a user