From 76c5b9d0217290edd76a7cb3ee509f63c372bfc6 Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Wed, 22 May 2013 15:03:48 -0700
Subject: [PATCH] Add ovs-controller to shutdown list

---
 mininet/clean.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mininet/clean.py b/mininet/clean.py
index 07b4d6b9..66103bdb 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.
-- 
GitLab