1
0
mirror of https://git.openwrt.org/feed/routing.git synced 2024-06-23 16:17:29 +02:00
openwrt-routing/babeld
Baptiste Jonglez 6a92b45fac 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 bab933d4ca ("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>
2019-08-26 18:40:35 +02:00
..
files babeld: Don't kill -9 on stop 2019-08-26 18:40:35 +02:00
Makefile babeld: Update to version 1.8.4 2018-11-11 00:34:59 +01:00