2
0
forked from Ivasoft/openwrt

lldpd: various enhancements

- 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
This commit is contained in:
Jo-Philipp Wich
2013-01-02 14:35:43 +00:00
parent 569bbe4970
commit c8a8f8fd55
3 changed files with 34 additions and 2 deletions

View File

@@ -6,3 +6,10 @@ config lldpd config
option lldp_class 4
option lldp_location "2:FR:6:Commercial Rd:3:Roseville:19:4"
# if empty, the distribution description is sent
#option lldp_description "OpenWrt System"
# interfaces to listen on
list interface "loopback"
list interface "lan"