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
@@ -13,5 +13,5 @@ class NoxController( Controller ):
if __name__ == '__main__':
init()
network = GridNet( 2, 2, kernel=True, Controller=NoxController)
network = GridNet( 2, 2, kernel=True, Controller=NoxController )
network.run( Cli )