mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 17:03:20 +04:00
luco-proto-ipv6: allow multiple prefixes for 6in4 and dhcpv6
Fixes FS#1361. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user