diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-07-26 18:22:53 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-07-26 18:23:26 +0800 |
commit | afaa978b7474b4fc187598866534dee17d56179e (patch) | |
tree | 878cca8e079a51d1f3ba7028102ab65a447ffc20 /package/network/config/firewall/Makefile | |
parent | a2c9fc9ff062df95de65d4d3d05dff48c53554ea (diff) | |
download | upstream-afaa978b7474b4fc187598866534dee17d56179e.tar.gz upstream-afaa978b7474b4fc187598866534dee17d56179e.tar.bz2 upstream-afaa978b7474b4fc187598866534dee17d56179e.zip |
firewall: backport patch for mss clamping in both directions
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 bf2a1060eb..dcfd849577 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=$(PROJECT_GIT)/project/firewall3.git |