From 6ddce0ac9269c9e8f7f49c7ef63d9809a73b4c47 Mon Sep 17 00:00:00 2001 From: youf3 Date: Fri, 11 Mar 2016 16:47:35 +1300 Subject: [PATCH] Added ryu to be clean up in clean.py 'ryu-manager' is included in zombies list so Ryu controller is cleaned up properly. --- mininet/clean.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mininet/clean.py b/mininet/clean.py index f2e4375..b8f3ca5 100755 --- a/mininet/clean.py +++ b/mininet/clean.py @@ -51,7 +51,7 @@ class Cleanup( object ): 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 ivs' + zombies += 'ovs-openflowd ovs-controller udpbwtest mnexec ivs ryu-manager' # 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.