Fixed treePing64.

Minor tweaks to other files.
This commit is contained in:
Bob Lantz
2009-12-11 04:25:31 -08:00
parent 2a0cad3c85
commit f4d9e05d05
4 changed files with 27 additions and 14 deletions
+2
View File
@@ -482,7 +482,9 @@ class Network( object ):
controller.stop(); controller.terminate()
print "*** Stopping switches"
for switch in self.switches:
print switch.name, ; flush()
switch.stop() ; switch.terminate()
print
print "*** Stopping hosts"
for host in self.hosts:
host.terminate()