Fix a small typo error in clusterdemo.py (#945)
This commit is contained in:
@@ -13,7 +13,7 @@ def demo():
|
|||||||
"Simple Demo of Cluster Mode"
|
"Simple Demo of Cluster Mode"
|
||||||
servers = [ 'localhost', 'ubuntu2', 'ubuntu3' ]
|
servers = [ 'localhost', 'ubuntu2', 'ubuntu3' ]
|
||||||
topo = TreeTopo( depth=3, fanout=3 )
|
topo = TreeTopo( depth=3, fanout=3 )
|
||||||
net = MininetCluster( topo=topo, servers=servers, Link=RemoteLink,
|
net = MininetCluster( topo=topo, servers=servers, link=RemoteLink,
|
||||||
placement=SwitchBinPlacer )
|
placement=SwitchBinPlacer )
|
||||||
net.start()
|
net.start()
|
||||||
CLI( net )
|
CLI( net )
|
||||||
|
|||||||
Reference in New Issue
Block a user