mirror of
https://github.com/openwrt/openwrt.git
synced 2025-04-15 15:07:11 +00:00
lldpd: note about capabilities
only available from >= 1.0.15 Comments are useful. Apparently this config parameter was committed when openwrt used an older version of lldpd which did not yet support it. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
parent
8cf1dce428
commit
b476917502
@ -106,6 +106,7 @@ write_lldpd_conf()
|
||||
local lldp_mgmt_ip
|
||||
config_get lldp_mgmt_ip 'config' 'lldp_mgmt_ip'
|
||||
|
||||
# Configurable capabilities in lldpd >= v1.0.15
|
||||
local lldp_syscapabilities
|
||||
config_get lldp_syscapabilities 'config' 'lldp_syscapabilities'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user