Skip to content
Snippets Groups Projects
Commit 7265e2e8 authored by Brian O'Connor's avatar Brian O'Connor
Browse files

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

parents 5c019d2a 679a3f19
No related branches found
No related tags found
No related merge requests found
......@@ -107,6 +107,8 @@ def __init__( self, n, dataController=DataController, **kwargs ):
net.stop()
info( '* Stopping Control Network\n' )
# dataControllers have already been stopped
cnet.hosts = list( set( cnet.hosts ) - set( dataControllers ) )
cnet.stop()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment