mirror of
https://github.com/openwrt/luci.git
synced 2026-06-17 17:03:20 +04:00
luci-proto-ipv6: aiccu fixed ip6prefix datatype
This commit is contained in:
@@ -53,7 +53,7 @@ tunnelid.optional = true
|
||||
local ip6prefix = section:taboption("general", Value, "ip6prefix",
|
||||
translate("IPv6 prefix"),
|
||||
translate("Routed IPv6 prefix for downstream interfaces"))
|
||||
ip6prefix.datatype = "ip6prefix"
|
||||
ip6prefix.datatype = "ip6addr"
|
||||
ip6prefix.optional = true
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user