diff options
author | Paul Oranje <p.oranje@xs4all.nl> | 2015-02-06 19:39:56 +0100 |
---|---|---|
committer | Paul Oranje <p.oranje@xs4all.nl> | 2015-02-06 19:39:56 +0100 |
commit | ada0ea2aeae569e1acc48a2d643028a7050ce8f8 (patch) | |
tree | 02c1a11e13c01e019db1795d804005632ce44653 /protocols | |
parent | c8fe297dc97d5e830fb20ade49b686950c1dd315 (diff) |
luci-proto-ipv6: aiccu fixed ip6prefix datatype
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua b/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua index c7629cd67..e3ae020f5 100644 --- a/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua +++ b/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_aiccu.lua @@ -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 |