diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-04-06 08:48:26 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-04-06 08:49:41 +0200 |
commit | 4d6c5d284bfe164c6a4a67423e8ed3c52c4b0b2f (patch) | |
tree | a21088c5f857db9f931c4a33266c6f707524116c /protocols/luci-proto-ipv6 | |
parent | feefc600ed052207a9cef1f331abf2eedea35a66 (diff) |
luci-proto-ipv6: clarify 6in4 local address hint
Make the hint message more explicit to tell users that the prefix size needs
to be specified as well.
Fixes #1559.
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'protocols/luci-proto-ipv6')
-rw-r--r-- | protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua b/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua index 88dfe0928..16245b80e 100644 --- a/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua +++ b/protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua @@ -24,7 +24,7 @@ peeraddr.datatype = "ip4addr" ip6addr = s:taboption("general", Value, "ip6addr", translate("Local IPv6 address"), - translate("This is the local endpoint address assigned by the tunnel broker, it usually ends with <code>:2</code>")) + translate("This is the local endpoint address assigned by the tunnel broker, it usually ends with <code>...:2/64</code>")) ip6addr.datatype = "ip6addr" |