luci-proto-ipv6: aiccu fixed ip6prefix datatype
This commit is contained in:
parent
c8fe297dc9
commit
ada0ea2aea
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ tunnelid.optional = true
|
||||||
local ip6prefix = section:taboption("general", Value, "ip6prefix",
|
local ip6prefix = section:taboption("general", Value, "ip6prefix",
|
||||||
translate("IPv6 prefix"),
|
translate("IPv6 prefix"),
|
||||||
translate("Routed IPv6 prefix for downstream interfaces"))
|
translate("Routed IPv6 prefix for downstream interfaces"))
|
||||||
ip6prefix.datatype = "ip6prefix"
|
ip6prefix.datatype = "ip6addr"
|
||||||
ip6prefix.optional = true
|
ip6prefix.optional = true
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue