tn3399_openwrt/package/network/services/lldpd
Alexandru Ardelean 909f063066 lldpd: fix reload function for when interfaces change
The problem is that interfaces are specified at start as
command line arguments, making them unchange-able via reload.

That means, we have to move (since lldpd allows this) the
interfaces-match-pattern option to be in a config file and reload
the configuration.
It's either that, or do a 'restart'.

Since we're generating the lldpd.conf file, we'll have to
move the 'sysconfdir' of lldpd to /tmp, where the files will
get written ; this will prevent any unncessary flash writes.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2016-10-31 12:51:15 +01:00
..
files lldpd: fix reload function for when interfaces change 2016-10-31 12:51:15 +01:00
Config.in package/lldpd: Remove extraneous select 2015-12-23 14:44:05 +00:00
Makefile lldpd: fix reload function for when interfaces change 2016-10-31 12:51:15 +01:00