Skip to content
Snippets Groups Projects
Commit b1affce8 authored by Bob Lantz's avatar Bob Lantz
Browse files

Removed TreeNet() convenience function (moved to topolib.)

parent 8bbd3685
No related branches found
No related tags found
No related merge requests found
......@@ -7,10 +7,7 @@
from mininet.node import KernelSwitch, UserSwitch, OVSKernelSwitch
from mininet.topolib import TreeTopo
def TreeNet( depth=1, fanout=2, **kwargs ):
"Convenience function for creating tree networks."
topo = TreeTopo( depth, fanout )
return Mininet( topo, **kwargs )
def treePing64():
"Run ping test on 64-node tree networks."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment