summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-olsr
diff options
context:
space:
mode:
Diffstat (limited to 'applications/luci-olsr')
-rw-r--r--applications/luci-olsr/luasrc/model/cbi/olsr/olsrdplugins.lua7
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"] = {},