babeld: Don't kill -9 on stop
authorBaptiste Jonglez <git@bitsofnetworks.org>
Mon, 26 Aug 2019 16:39:37 +0000 (18:39 +0200)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Mon, 26 Aug 2019 17:29:08 +0000 (19:29 +0200)
commite0b319cb9fe909f1b63bd2bf9448f293323b9963
tree5d82bef7d87a370de5573908ae4ea423c826f48f
parent66c20292c63a450a6f9926ccc6468d1b417f5306
babeld: Don't kill -9 on stop

Killing anything with -9 is a bad idea.  When killed this way, babeld
won't be able to properly disassociate from its neighbours, withdraw its
announced routes or remove routes from the kernel.

This got introduced in bab933d4cad8 ("babeld: Update to version 1.8.3 +
fix init") with an unrelated change.  The purpose of the change is unclear
because stopping and restarting babeld worked fine without this change.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
babeld/files/babeld.init