Added ovs-openflowd to list of zombies.

We may still need additional code to clean up after ovs.
This commit is contained in:
Bob Lantz
2010-04-10 21:30:35 -07:00
parent c6e7eaf07c
commit 257a2f636b
+1 -1
View File
@@ -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 += 'udpbwtest'
zombies += 'ovs-openflowd udpbwtest'
# 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.