mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
bcp38: Add note about IPv6 to package description and help text
Fixes #3793.
This commit is contained in:
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-bcp38
|
||||
PKG_VERSION:=2
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
LUCI_DIR:=/usr/lib/lua/luci
|
||||
|
||||
|
||||
@@ -19,7 +19,9 @@ local ifaces = net:get_interfaces()
|
||||
m = Map("bcp38", translate("BCP38"),
|
||||
translate("This function blocks packets with private address destinations " ..
|
||||
"from going out onto the internet as per " ..
|
||||
"<a href=\"http://tools.ietf.org/html/bcp38\">BCP 38</a>."))
|
||||
"<a href=\"http://tools.ietf.org/html/bcp38\">BCP 38</a>. " ..
|
||||
"For IPv6, only source specific default routes are installed, so " ..
|
||||
"no BCP38 firewall routes are needed."))
|
||||
|
||||
s = m:section(TypedSection, "bcp38", translate("BCP38 config"))
|
||||
s.anonymous = true
|
||||
|
||||
Reference in New Issue
Block a user