openwrtv3/package
Felix Fietkau 322de4101a lldpd: implement a reload hook
Seems the default one is not working as expected.
The way that reload should work is that the 'start' service
call should return 1 (if lldpd is running) and then a normal
restart would be called.

However, for lldpd a reload would mean just clearing all custom TLVs
(if they're configured) and reloading the configuration.

So, this patch adds a reload hook, which would:
 - 'start' lldpd if it's not running (because we return 1 if not running)
 - reload configuration if it is running (also previously
    clearing custom TLVs if present)

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>

SVN-Revision: 47367
2015-11-03 11:59:09 +00:00
..
base-files base-files: create /var/tmp on boot 2015-10-19 10:09:46 +00:00
boot uboot: create the uboot config file for the shelby as well 2015-11-03 11:07:30 +00:00
devel package/devel/perf: fix build for kernel 4.1 2015-11-02 10:16:28 +00:00
firmware ath10k-firmware: add qca99x0 firmware 2015-10-30 22:01:22 +00:00
kernel mac80211: fix crash when using mesh (11s) VIF together with another VIF 2015-11-02 18:26:15 +00:00
libs libpcap: USB support by default if usbmon is enabled 2015-10-26 09:02:03 +00:00
network lldpd: implement a reload hook 2015-11-03 11:59:09 +00:00
system fstools: update to latest git HEAD 2015-11-02 10:18:29 +00:00
utils busybox: enable find mtime support by default 2015-11-02 18:12:59 +00:00
Makefile build: Prevent more gzip timestamps 2015-07-14 09:57:45 +00:00