luci-app-olsr: handle empty result for non-status tables
[oweals/luci.git] / protocols / luci-proto-ipv6 / luasrc / model / cbi / admin_network / proto_dhcpv6.lua
index 76caedcb3705e1c9dabf3cec21e930f21d8dcb92..49281ee41d78b95be906bf950343b649580eba86 100644 (file)
@@ -38,7 +38,7 @@ o.default = o.enabled
 
 o = section:taboption("advanced", Value, "ip6prefix",
        translate("Custom delegated IPv6-prefix"))
-o.dataype = "ip6addr"
+o.dataype = "list(ip6addr)"
 
 
 o = section:taboption("advanced", DynamicList, "dns",