mdns: fix having mulitple network entries in uci

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 46764
v19.07.3_mercusys_ac12_duma
Felix Fietkau 9 years ago
parent 7e009c1598
commit c8b481e0c1

@ -13,7 +13,7 @@ load_ifaces() {
local network="$(uci get mdns.@mdns[-1].network)"
for n in $network; do
local device
json_load "$(ifstatus $network)"
json_load "$(ifstatus $n)"
json_get_var device l3_device
echo -n "$device "
done

Loading…
Cancel
Save