From ea2a20f22666797d365c2beedcd9a890b3c96026 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 5 Dec 2015 09:57:19 +0000 Subject: [PATCH] lldpd: add STOP=01 param in init script This should ensure that lldpd is among the first processes to stop, so that it has time to send the shutdown LLDPU to the other side, before the network goes down. Signed-off-by: Alexandru Ardelean git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47786 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/services/lldpd/files/lldpd.init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init index 04e5b8ca63..696518902f 100644 --- a/package/network/services/lldpd/files/lldpd.init +++ b/package/network/services/lldpd/files/lldpd.init @@ -1,7 +1,8 @@ #!/bin/sh /etc/rc.common -# Copyright (C) 2008-2012 OpenWrt.org +# Copyright (C) 2008-2015 OpenWrt.org START=90 +STOP=01 USE_PROCD=1 LLDPCLI=/usr/sbin/lldpcli -- 2.11.0