* luci-0.8: backport olsrd config and layout fixes
[oweals/luci.git] / applications / luci-olsr / luasrc / model / cbi / olsr / olsrd.lua
index addb64539df33909211af4a3dbb19963c0bbea9f..0f8bc423692b1d56813cee2dc4685a4b7f4ab595 100644 (file)
@@ -121,6 +121,8 @@ adc.optional = true
 
 
 ipc = m:section(TypedSection, "IpcConnect")
+ipc.anonymous = true
+
 conns = ipc:option(Value, "MaxConnections")
 conns.isInteger = true