lldpd: fix a paste error
from commit1be2088a52The original PR #13018 did not exhibit this. Tested on 22.03.5 Signed-off-by: Paul Donald <newtwen@gmail.com> (cherry picked from commit4fb8fea6de) Link: https://github.com/openwrt/openwrt/pull/15299 Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
committed by
Robert Marko
parent
c0217ef8f8
commit
b1ddf0a859
@@ -75,7 +75,8 @@ get_config_restart_hash() {
|
||||
}
|
||||
|
||||
get_config_cid_ifaces() {
|
||||
local _ifacesCONFIG_LLDPD_WITH_FDP
|
||||
local _ifaces
|
||||
config_get _ifaces 'config' 'cid_interface'
|
||||
|
||||
local _iface _ifnames=""
|
||||
for _iface in $_ifaces; do
|
||||
|
||||
Reference in New Issue
Block a user