summaryrefslogtreecommitdiffstats
path: root/package
diff options
context:
space:
mode:
authorPaul Donald <newtwen+github@gmail.com>2024-04-02 13:42:35 +0200
committerChristian Marangi <ansuelsmth@gmail.com>2024-04-12 13:20:40 +0200
commitb4769175029ad23833b21960d1b605f629537ad7 (patch)
treeafcb3dc4d6b336b2326caf54c1c5a169edeb7ca9 /package
parent8cf1dce428b11740d8335d167b9c1f297d1752d0 (diff)
downloadopenwrt-b4769175029ad23833b21960d1b605f629537ad7.tar.gz
openwrt-b4769175029ad23833b21960d1b605f629537ad7.tar.bz2
openwrt-b4769175029ad23833b21960d1b605f629537ad7.zip
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>
Diffstat (limited to 'package')
-rw-r--r--package/network/services/lldpd/files/lldpd.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init
index ca09a501f6..6707476e55 100644
--- a/package/network/services/lldpd/files/lldpd.init
+++ b/package/network/services/lldpd/files/lldpd.init
@@ -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'