lldpd: Allow neighbour filtering
[openwrt/staging/robimarko.git] / package / network / services / lldpd / files / lldpd.init
index 411fa0c6524aae734fdc3e45d6e566ce5787307c..48d15a48246e6acbfccf1486f292fa5407b7e7e6 100644 (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