Author: jow
Date: 2014-08-11 11:41:20 +0200 (Mon, 11 Aug 2014)
New Revision: 42114

Modified:
   trunk/package/network/config/firewall/Makefile
Log:
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 <[email protected]>

Modified: trunk/package/network/config/firewall/Makefile
===================================================================
--- trunk/package/network/config/firewall/Makefile      2014-08-11 09:21:05 UTC 
(rev 42113)
+++ trunk/package/network/config/firewall/Makefile      2014-08-11 09:41:20 UTC 
(rev 42114)
@@ -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 <[email protected]>
 
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to