From 60abb344974217362d0847572df43da8ced0fece Mon Sep 17 00:00:00 2001 From: Rich Lane <rlane@bigswitch.com> Date: Tue, 9 Jul 2013 08:36:36 -0700 Subject: [PATCH] clean: kill ivs processes --- mininet/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/clean.py b/mininet/clean.py index 2911edba..10f0cf87 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 ovs-controller udpbwtest mnexec' + zombies += 'ovs-openflowd ovs-controller udpbwtest mnexec ivs' # 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. -- GitLab