From 4d6c5d284bfe164c6a4a67423e8ed3c52c4b0b2f Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Fri, 6 Apr 2018 08:48:26 +0200 Subject: 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 --- protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_6in4.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/luci-proto-ipv6/luasrc/model') 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 :2")) + translate("This is the local endpoint address assigned by the tunnel broker, it usually ends with ...:2/64")) ip6addr.datatype = "ip6addr" -- cgit v1.2.3