aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-10-10 18:15:10 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-10-10 18:15:10 +0000
commitfb47dac0bd18cbe8163b7de7f04449ca37b03673 (patch)
tree4f932734fed3c33668f939777717d83a7fe12787 /package/network/config/firewall/Makefile
parent743a74e2a6bfb07f36bc91f79958b7a067d1190d (diff)
downloadmaster-187ad058-fb47dac0bd18cbe8163b7de7f04449ca37b03673.tar.gz
master-187ad058-fb47dac0bd18cbe8163b7de7f04449ca37b03673.tar.bz2
master-187ad058-fb47dac0bd18cbe8163b7de7f04449ca37b03673.zip
firewall: small improvements in nat reflection
- do not insert duplicate rules when setting up reflection to a zone containing multiple interfaces - set up reflection for any protocol, not just TCP and UDP git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38361 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/Makefile')
-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 50f00ff819..0d495117d4 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:=2013-08-14
+PKG_VERSION:=2013-10-10
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:=224d93afe97f575777fee3fdb22e0995cfd5704b
+PKG_SOURCE_VERSION:=fca5e39564e488b169c8c535dcf658649f81429e
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz
PKG_MAINTAINER:=Jo-Philipp Wich <jow@openwrt.org>