projects
/
openwrt
/
staging
/
rmilecki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e009c1
)
mdns: fix having mulitple network entries in uci
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 2 Sep 2015 09:23:52 +0000
(09:23 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 2 Sep 2015 09:23:52 +0000
(09:23 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 46764
package/network/services/mdns/files/mdns.init
patch
|
blob
|
history
diff --git
a/package/network/services/mdns/files/mdns.init
b/package/network/services/mdns/files/mdns.init
index 19b003233008683517bf5e429f402547a41c04b1..c0f9155c069a876c38ed237c6b2546dad33989d8 100644
(file)
--- a/
package/network/services/mdns/files/mdns.init
+++ b/
package/network/services/mdns/files/mdns.init
@@
-13,7
+13,7
@@
load_ifaces() {
local network="$(uci get mdns.@mdns[-1].network)"
for n in $network; do
local device
- json_load "$(ifstatus $n
etwork
)"
+ json_load "$(ifstatus $n)"
json_get_var device l3_device
echo -n "$device "
done