Removed unnecessary init() calls.

This commit is contained in:
Bob Lantz
2010-04-10 21:35:58 -07:00
parent 4720f559c3
commit a4db2c2fca
3 changed files with 0 additions and 3 deletions
-1
View File
@@ -21,7 +21,6 @@ if __name__ == '__main__':
lg.setLogLevel( 'info' )
info( "*** Initializing Mininet and kernel modules\n" )
KernelSwitch.setup()
init()
info( "*** Creating network\n" )
network = Mininet( TreeTopo( depth=2, fanout=2 ), switch=KernelSwitch)
info( "*** Starting network\n" )