Merge pull request #602 from youf3/patch-1

Added ryu to be clean up in clean.py
This commit is contained in:
lantz
2017-01-10 14:08:16 -08:00
committed by GitHub
+1 -1
View File
@@ -51,7 +51,7 @@ class Cleanup( object ):
info( "*** Removing excess controllers/ofprotocols/ofdatapaths/"
"pings/noxes\n" )
zombies = 'controller ofprotocol ofdatapath ping nox_core lt-nox_core '
zombies += 'ovs-openflowd ovs-controller udpbwtest mnexec ivs'
zombies += 'ovs-openflowd ovs-controller udpbwtest mnexec ivs ryu-manager'
# Note: real zombie processes can't actually be killed, since they
# are already (un)dead. Then again,
# you can't connect to them either, so they're mostly harmless.