mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 16:30:02 +04:00
mdns: fix having mulitple network entries in uci
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46764
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user