aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-09-01 13:21:07 +0000
committerJohn Crispin <blogic@openwrt.org>2014-09-01 13:21:07 +0000
commit6b35bb74e26bb0c90c48dd8f65628671fdb64445 (patch)
tree929fef881946dacd86ecf0120207784e08b894fa /package/network
parent8dafb8796f3ef0214264648860d8d562a12b3c90 (diff)
downloadupstream-6b35bb74e26bb0c90c48dd8f65628671fdb64445.tar.gz
upstream-6b35bb74e26bb0c90c48dd8f65628671fdb64445.tar.bz2
upstream-6b35bb74e26bb0c90c48dd8f65628671fdb64445.zip
firewall: implement selective conntrack flushing (#10225)
Utilize the new selective conntrack flushing facility to clear out active conntrack entries referring to old IP addresses after a firewall reload. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> Backport of r42114 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42353 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network')
-rw-r--r--package/network/config/firewall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 41c9f42abb..8ba0e7f03d 100644
--- a/package/network/config/firewall/Makefile
+++ b/package/network/config/firewall/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=firewall
-PKG_VERSION:=2014-07-19
+PKG_VERSION:=2014-08-11
PKG_RELEASE:=$(PKG_SOURCE_VERSION)
PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=git://nbd.name/firewall3.git
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
-PKG_SOURCE_VERSION:=8dd290b85ee8d57026581891e9a34945d077fa3b
+PKG_SOURCE_VERSION:=2807cc26b8e46eef5f23c06534a853dd48183331
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>