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:
b2f0601
)
applications/luci-olsr: Add options for olsrd-mod-p2p and change NonOlsrIf to lan...
author
Manuel Munz
<redacted>
Sat, 27 Nov 2010 17:16:09 +0000
(17:16 +0000)
committer
Manuel Munz
<redacted>
Sat, 27 Nov 2010 17:16:09 +0000
(17:16 +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 dbd6ff925c59fb70d2ac24288acd1b13007e00c0..044032c64b2d399161918edde25a0cd17f42753d 100644
(file)
--- a/
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua
+++ b/
applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua
@@
-139,7
+139,12
@@
if arg[1] then
},
["olsrd_mdns.so.1.0.0"] = {
- { DynamicList, "NonOlsrIf", "br-lan" }
+ { DynamicList, "NonOlsrIf", "lan" }
+ },
+
+ ["olsrd_p2pd.so.0.1.0"] = {
+ { DynamicList, "NonOlsrIf", "lan" },
+ { Value, "P2pdTtl", "10" }
},
["olsrd_arprefresh.so.0.1"] = {},
git clone https://git.99rst.org/PROJECT