- May 18, 2017
-
-
Alexandru Ardelean authored
I think I added these respawn params [a while back], when I did the conversion to procd init script format. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
- Jan 10, 2017
-
-
Stijn Tintel authored
Enabling this makes it possible to query LLDP neighbors via SNMP. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> Acked-by:
Jo-Philipp Wich <jo@mein.io>
-
- Oct 31, 2016
-
-
Alexandru Ardelean authored
During reload, we could send invalid information to the other side and confuse it. That's why, during reload we'll pause execution, do the reconfig and resume + update when reload is done. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Alexandru Ardelean authored
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>
-
- Jun 27, 2016
-
-
Daniel Dickinson authored
With the addition of /etc/os-release patching lldpd to use /etc/openwrt_release and to have the initscript use /etc/openwrt_release and/or /etc/openwrt_version becomes unnecessary. Signed-off-by:
Daniel Dickinson <lede@daniel.thecshore.com>
-
- Mar 24, 2016
-
-
John Crispin authored
Signed-off-by:
John Crispin <blogic@openwrt.org>
-
- Dec 05, 2015
-
-
Felix Fietkau authored
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 <ardeleanalex@gmail.com> SVN-Revision: 47786
-
- Nov 03, 2015
-
-
Felix Fietkau authored
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
-
- Oct 05, 2015
-
-
John Crispin authored
Seems the match pattern was being adapted from 'eth0' to ' eth0' because of the way I added the procd command args. This did not seem to be a problem when there were multiple interfaces, just on devices with single interfaces for lldpd to listen on. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 47136
-
- Sep 16, 2015
-
-
John Crispin authored
Signed-off-by:
Alexandru Ardelean <aa@ocedo.com> SVN-Revision: 46969
-
John Crispin authored
And add respawn param (the main reason for this conversion). Signed-off-by:
Alexandru Ardelean <aa@ocedo.com> SVN-Revision: 46968
-
John Crispin authored
Signed-off-by:
Alexandru Ardelean <aa@ocedo.com> SVN-Revision: 46967
-
John Crispin authored
This call is no longer supported. Maybe a come-back for it would be to use a config /etc/lldpd.conf or /etc/lldpd.d/<some-file>.conf Signed-off-by:
Alexandru Ardelean <aa@ocedo.com> SVN-Revision: 46966
-
- Mar 12, 2015
-
-
John Crispin authored
Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com> SVN-Revision: 44689
-
- Mar 01, 2015
-
-
Jo-Philipp Wich authored
Instead of multiple -I arguments, lldpd expects a comma separated list. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44585
-
- Sep 11, 2014
-
-
John Crispin authored
use the new ipkg based mechanism Signed-off-by:
John Crispin <blogic@openwrt.org> SVN-Revision: 42472
-
- Jan 02, 2013
-
-
Jo-Philipp Wich authored
- introduce "list interface" options to specify the ifaces to listen on, takes uci- or network device name - set the default system description to distrib @ hostname, e.g. "OpenWrt Barrier Breaker r34744 @ vbox" - introduce "option lldp_description" to override the automatically generated description SVN-Revision: 34970
-
- Oct 12, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33730
-
Jo-Philipp Wich authored
SVN-Revision: 33729
-
- Oct 10, 2012
-
-
Jo-Philipp Wich authored
SVN-Revision: 33700
-