tn3399_openwrt/package/network/services/lldpd
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
..
files lldpd: implement a reload hook 2015-11-03 11:59:09 +00:00
patches lldpd: update to v0.7.15 and add support for parsing /etc/openwrt_release 2015-05-28 16:19:38 +00:00
Config.in lldpd: add option to disable custom TLVs 2015-06-03 13:59:14 +00:00
Makefile lldpd: add option to disable custom TLVs 2015-06-03 13:59:14 +00:00