diff options
author | Manuel Munz <freifunk@somakoma.de> | 2010-11-27 17:16:09 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2010-11-27 17:16:09 +0000 |
commit | aec41da4e09672a48cf7ce25fb0bbfc8d742957d (patch) | |
tree | 5b057df1c2c2f35d09bd8c41ad4fc4d9260ea6cc /applications/luci-olsr/luasrc/model/cbi/olsr | |
parent | b2f060169cf3bba91e2c2cc945007b49fc4ed641 (diff) |
applications/luci-olsr: Add options for olsrd-mod-p2p and change NonOlsrIf to lan for olsrd-mod-mdns. Thanks to patrick(at)lunatiki(dot)de
Diffstat (limited to 'applications/luci-olsr/luasrc/model/cbi/olsr')
-rw-r--r-- | applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua index dbd6ff925..044032c64 100644 --- 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"] = {}, |