]> git.puffer.fish Git - mirror/frr.git/commit
lib: Use SIGTERM for killing daemons first and only SIGBUS (7) if the daemons fail...
authorMartin Winter <mwinter@opensourcerouting.org>
Thu, 31 Aug 2017 00:06:35 +0000 (17:06 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 28 Nov 2018 01:22:12 +0000 (20:22 -0500)
commit7551168cba20eabcc6bad6afd35cf19ca0d541c6
treebc3fbc07c52a1f45d8dc361c8213b441c63b72dd
parent8e957dbb044532b43321ab22171fdff97a59d70d
lib: Use SIGTERM for killing daemons first and only SIGBUS (7) if the daemons fail to exit.

- This allows daemons to free up memory and avoid false memory leak reports

Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
tests/topotests/lib/topotest.py