From 257a2f636b44773a50ce5d7b4702ae94931e48a5 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Sat, 10 Apr 2010 21:30:35 -0700 Subject: [PATCH] Added ovs-openflowd to list of zombies. We may still need additional code to clean up after ovs. --- mininet/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/clean.py b/mininet/clean.py index 89d7820..d2335bf 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 += '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.