diff --git a/mininet/clean.py b/mininet/clean.py index 07b4d6b9b9de9bde12943272476a3e8f749c3f9d..66103bdb5d676c1d4f1a61e447d0b1dee1fba513 100755 --- a/mininet/clean.py +++ b/mininet/clean.py @@ -27,7 +27,7 @@ def cleanup(): info("*** Removing excess controllers/ofprotocols/ofdatapaths/pings/noxes" "\n") zombies = 'controller ofprotocol ofdatapath ping nox_core lt-nox_core ' - zombies += 'ovs-openflowd udpbwtest mnexec' + zombies += 'ovs-openflowd ovs-controller udpbwtest mnexec' # 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.