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:
parent
4da137e892
commit
b8b87182f6
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ local ip6prefix = s:taboption("general", Value, "ip6prefix",
|
|||
translate("IPv6 routed prefix"),
|
||||
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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue