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 16:40:35 +0000 (18:40 +0200)
commit6a92b45fac111880c3f2cb2240da40cb529ecdce
tree04d3d40f5c97640ee4db239063e7a169ebcbad40
parent8a47b231b048398d59a055a001ec199d2181d584
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