Просмотр исходного кода

lldpd: fix a paste error
from commit 1be2088a5247b2cfabe8be991c1e52ddaf780a16

The original PR #13018 did not exhibit this.

Tested on 22.03.5

Signed-off-by: Paul Donald <[email protected]>

Paul Donald 1 год назад
Родитель
Сommit
4fb8fea6de
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      package/network/services/lldpd/files/lldpd.init

+ 2 - 1
package/network/services/lldpd/files/lldpd.init

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