* luci/app-olsr: fix layout of IpcConnect section
[project/luci.git] / applications / luci-olsr / luasrc / model / cbi / olsr / olsrd.lua
index addb645..0f8bc42 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