From cabdf21c7a3a5eabb997fc64fdc665e7768e84b2 Mon Sep 17 00:00:00 2001 From: stevenvanrossem Date: Wed, 10 Aug 2016 17:28:12 +0200 Subject: [PATCH] new example topology --- src/emuvim/examples/son-monitor_default_topo.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/emuvim/examples/son-monitor_default_topo.py b/src/emuvim/examples/son-monitor_default_topo.py index 29893ae..a9649b2 100755 --- a/src/emuvim/examples/son-monitor_default_topo.py +++ b/src/emuvim/examples/son-monitor_default_topo.py @@ -79,7 +79,9 @@ def exit_gracefully(signum, frame): """ 7. At shutdown, we should receive th SIGTERM signal here and shutdown gracefully """ - # TODO: investigate why this is not called by the sigterm handler + # TODO: investigate why this is not called by the sigterm handler, + # probably because son-emu container is started with pid=host, so the started python script has not pid=0 + # and docker stop only sends sigterm to pid=0 global net global cli -- 2.17.1