mdns: fix having mulitple network entries in uci

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

SVN-Revision: 46764
lede-17.01
Felix Fietkau 2015-09-02 09:23:52 +00:00
parent 7e009c1598
commit c8b481e0c1
1 changed files with 1 additions and 1 deletions

View File

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