aboutsummaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorStephen Howell <howels@allthatwemight.be>2023-12-16 22:52:10 +0000
committerStijn Tintel <stijn@linux-ipv6.be>2024-02-08 12:35:36 +0200
commitac3ed75309e7db93bf2316eccba8106e3fe8f9fc (patch)
tree74f6886d97375115c28537743cfab3af82cc663f /package/network
parent064b4999ad1f37f4c6ccf95a0404007b990ed0ef (diff)
lldpd: Allow neighbour filtering
add filter option to init script. Signed-off-by: Stephen Howell <howels@allthatwemight.be>
Diffstat (limited to 'package/network')
-rw-r--r--package/network/services/lldpd/files/lldpd.init4
1 files changed, 4 insertions, 0 deletions
diff --git a/package/network/services/lldpd/files/lldpd.init b/package/network/services/lldpd/files/lldpd.init
index 411fa0c652..48d15a4824 100644
--- a/package/network/services/lldpd/files/lldpd.init
+++ b/package/network/services/lldpd/files/lldpd.init
@@ -34,6 +34,7 @@ get_config_restart_hash() {
config_get v 'config' 'lldp_class'; append _string "$v" ","
config_get v 'config' 'agentxsocket'; append _string "$v" ","
config_get v 'config' 'cid_interface'; append _string "$v" ","
+ config_get v 'config' 'filter'; append _string "$v" ","
config_get_bool v 'config' 'readonly_mode'; append _string "$v" ","
config_get_bool v 'config' 'enable_lldp' 1; append _string "$v" ","
config_get_bool v 'config' 'enable_cdp'; append _string "$v" ","
@@ -109,6 +110,7 @@ start_service() {
local lldp_location
local readonly_mode
local agentxsocket
+ local filter
config_load 'lldpd'
config_get_bool enable_cdp 'config' 'enable_cdp' 0
@@ -119,6 +121,7 @@ start_service() {
config_get lldp_location 'config' 'lldp_location'
config_get_bool readonly_mode 'config' 'readonly_mode' 0
config_get agentxsocket 'config' 'agentxsocket'
+ config_get filter 'config' 'filter' 15
mkdir -p ${LLDPD_RUN}
chown lldp:lldp ${LLDPD_RUN}
@@ -137,6 +140,7 @@ start_service() {
[ $readonly_mode -gt 0 ] && procd_append_param command '-r'
[ -n "$lldp_class" ] && procd_append_param command -M "$lldp_class"
[ -n "$agentxsocket" ] && procd_append_param command -x -X "$agentxsocket"
+ [ -n "$filter" ] && procd_append_param command -H "$filter"
# ChassisID interfaces
local ifnames