Skip to content
Snippets Groups Projects
  1. May 18, 2017
  2. Jan 10, 2017
  3. Oct 31, 2016
  4. Jun 27, 2016
  5. Mar 24, 2016
  6. Dec 05, 2015
  7. Nov 03, 2015
    • Felix Fietkau's avatar
      lldpd: implement a reload hook · 322de410
      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: default avatarAlexandru Ardelean <ardeleanalex@gmail.com>
      
      SVN-Revision: 47367
      322de410
  8. Oct 05, 2015
  9. Sep 16, 2015
  10. Mar 12, 2015
  11. Mar 01, 2015
  12. Sep 11, 2014
  13. Jan 02, 2013
    • Jo-Philipp Wich's avatar
      lldpd: various enhancements · c8a8f8fd
      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
      c8a8f8fd
  14. Oct 12, 2012
  15. Oct 10, 2012
Loading