git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
d674c54
)
applications/luci-olsr: add support for mdns plugin
author
Jo-Philipp Wich
<redacted>
Wed, 25 Mar 2009 12:54:09 +0000
(12:54 +0000)
committer
Jo-Philipp Wich
<redacted>
Wed, 25 Mar 2009 12:54:09 +0000
(12:54 +0000)
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua
patch
|
blob
|
history
diff --git
a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua
b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua
index 9c1a8312328d2ac41aa7390abe40690e92c4218a..48dca0aabeb025f34055f3a9b1ab46a00f61291a 100644
(file)
--- a/
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua
+++ b/
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua
@@
-82,7
+82,7
@@
if arg[1] then
{ ListValue, "BmfMechanism", { "UnicastPromiscuous", "Broadcast" } },
{ Value, "BroadcastRetransmitCount", "2" },
{ Value, "FanOutLimit", "4" },
- { DynamicList, "NonOlsrIf", "
eth1
" }
+ { DynamicList, "NonOlsrIf", "
br-lan
" }
},
["olsrd_dyn_gw.so.0.4"] = {
@@
-139,6
+139,10
@@
if arg[1] then
{ Value, "interval", "30" }
},
+ ["olsrd_mdns.so.1.0.0"] = {
+ { DynamicList, "NonOlsrIf", "br-lan" }
+ },
+
["olsrd_arprefresh.so.0.1"] = {},
["olsrd_dot_draw.so.0.3"] = {},
["olsrd_dyn_gw_plain.so.0.4"] = {},
git clone https://git.99rst.org/PROJECT