lldpd: Allow neighbour filtering

add filter option to init script.

Signed-off-by: Stephen Howell <howels@allthatwemight.be>
This commit is contained in:
Stephen Howell 2023-12-16 22:52:10 +00:00 committed by Stijn Tintel
parent 064b4999ad
commit ac3ed75309

View File

@ -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