Pass code check.

This commit is contained in:
Bob Lantz
2010-10-27 21:21:54 -07:00
parent 996098081e
commit 54d320ce9f
+1 -1
View File
@@ -3,7 +3,7 @@
"Create a 64-node tree network, and test connectivity using ping."
from mininet.log import setLogLevel
from mininet.node import KernelSwitch, UserSwitch, OVSKernelSwitch
from mininet.node import UserSwitch, OVSKernelSwitch # , KernelSwitch
from mininet.topolib import TreeNet
def treePing64():