From: Manuel Munz Date: Sat, 27 Nov 2010 17:16:09 +0000 (+0000) Subject: applications/luci-olsr: Add options for olsrd-mod-p2p and change NonOlsrIf to lan... X-Git-Tag: 0.10.0~351 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=aec41da4e09672a48cf7ce25fb0bbfc8d742957d 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 --- diff --git a/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua b/applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua index dbd6ff925c..044032c64b 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"] = {},