From: stevenvanrossem Date: Wed, 10 Aug 2016 15:29:16 +0000 (+0200) Subject: Merge remote-tracking branch 'upstream/master' X-Git-Tag: v3.1~75 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=commitdiff_plain;h=98e5b69bace33efd7e52297b54d6b1d0aa3888de;hp=36afe6369a9b6178525057a524a27fde59398b00 Merge remote-tracking branch 'upstream/master' --- 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