diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-28 17:41:14 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2017-03-28 17:43:58 +0800 |
commit | 8fb39f168249f15697ab930245ad08ea66a1b926 (patch) | |
tree | 9d6ce3cc12204b98cf967e083504af181b5213a6 /package/network/config/firewall/Makefile | |
parent | 17f60b1cd260a24ef990d6622f9c5ed6951c0722 (diff) | |
download | upstream-8fb39f168249f15697ab930245ad08ea66a1b926.tar.gz upstream-8fb39f168249f15697ab930245ad08ea66a1b926.tar.bz2 upstream-8fb39f168249f15697ab930245ad08ea66a1b926.zip |
firewall: document rules for IPSec ESP/ISAKMP with 'name' option
These are recommended practices by REC-22 and REC-24 of RFC6092:
"Recommended Simple Security Capabilities in Customer Premises Equipment
(CPE) for Providing Residential IPv6 Internet Service"
Fixes FS#640
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r-- | package/network/config/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile index 6fb82c49da..0f52ab98da 100644 --- a/package/network/config/firewall/Makefile +++ b/package/network/config/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(LEDE_GIT)/project/firewall3.git |