[openwrt/openwrt] lldpd: note about capabilities
LEDE Commits
lede-commits at lists.infradead.org
Tue Sep 17 03:36:47 PDT 2024
robimarko pushed a commit to openwrt/openwrt.git, branch openwrt-23.05:
https://git.openwrt.org/cec02193d54723a3a5eebddb5ac547639ad54096
commit cec02193d54723a3a5eebddb5ac547639ad54096
Author: Paul Donald <newtwen+github at gmail.com>
AuthorDate: Tue Apr 2 13:42:35 2024 +0200
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 at gmail.com>
(cherry picked from commit b4769175029ad23833b21960d1b605f629537ad7)
Link: https://github.com/openwrt/openwrt/pull/15299
Signed-off-by: Robert Marko <robimarko at gmail.com>
---
package/network/services/lldpd/files/lldpd.init | 1 +
1 file changed, 1 insertion(+)
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'
More information about the lede-commits
mailing list