Merge branch 'master' of github.com:mininet/mininet

This commit is contained in:
Brian O'Connor
2013-07-09 15:49:57 -07:00
+2
View File
@@ -107,6 +107,8 @@ info( '* Stopping Data Network\n' )
net.stop()
info( '* Stopping Control Network\n' )
# dataControllers have already been stopped
cnet.hosts = list( set( cnet.hosts ) - set( dataControllers ) )
cnet.stop()