Minor tweaks and corrections.

Added commentary on control network to mininet.py.
Hopefully fixed linearbandwidth.py for real.
This commit is contained in:
Bob Lantz
2009-12-15 18:50:44 -08:00
parent ea420ee29f
commit 696a619d0e
6 changed files with 42 additions and 21 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ def linearBandwidthTest():
results[ datapath ] = []
for switchCount in switchCounts:
print "*** Creating linear network of size", switchCount
network = LinearNet( switchCount, k)
network = LinearNet( switchCount, kernel=k)
bandwidth = network.run( iperfTest )
results[ datapath ] += [ ( switchCount, bandwidth ) ]