luco-proto-ipv6: allow multiple prefixes for 6in4 and dhcpv6

Fixes FS#1361.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
(cherry picked from commit 60e7ea2fc8)
This commit is contained in:
Jo-Philipp Wich 2018-07-17 16:18:25 +02:00
parent 4da137e892
commit b8b87182f6
2 changed files with 2 additions and 2 deletions

View file

@ -33,7 +33,7 @@ local ip6prefix = s:taboption("general", Value, "ip6prefix",
translate("IPv6 routed prefix"), translate("IPv6 routed prefix"),
translate("This is the prefix routed to you by the tunnel broker for use by clients")) translate("This is the prefix routed to you by the tunnel broker for use by clients"))
ip6prefix.datatype = "ip6addr" ip6prefix.datatype = "list(ip6addr)"
local update = section:taboption("general", Flag, "_update", local update = section:taboption("general", Flag, "_update",

View file

@ -38,7 +38,7 @@ o.default = o.enabled
o = section:taboption("advanced", Value, "ip6prefix", o = section:taboption("advanced", Value, "ip6prefix",
translate("Custom delegated IPv6-prefix")) translate("Custom delegated IPv6-prefix"))
o.dataype = "ip6addr" o.dataype = "list(ip6addr)"
o = section:taboption("advanced", DynamicList, "dns", o = section:taboption("advanced", DynamicList, "dns",