diff options
author | Yousong Zhou <yszhou4tech@gmail.com> | 2020-07-26 22:34:49 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2020-07-26 22:34:49 +0800 |
commit | 7bd437cc9f4943e7769b9494b73e86a14373c916 (patch) | |
tree | d25686a46e980f096efa7f0cc94ef8e64c4baeb2 /package/network/config/firewall/Makefile | |
parent | 2ba95d287e1fcfbff782de5e5cebfc5d49edbc7c (diff) | |
download | upstream-7bd437cc9f4943e7769b9494b73e86a14373c916.tar.gz upstream-7bd437cc9f4943e7769b9494b73e86a14373c916.tar.bz2 upstream-7bd437cc9f4943e7769b9494b73e86a14373c916.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 830a1b268f..7a91924d01 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 |