aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/Makefile
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2012-12-04 15:24:21 +0000
committerJo-Philipp Wich <jow@openwrt.org>2012-12-04 15:24:21 +0000
commit6504b268b310890815a161c9163c7fa8056fe1d7 (patch)
treee4a48d62251eb6135a365e444e333f378f7ed1b5 /package/network/config/firewall/Makefile
parentd9d0814fc2378f4c8ba28e43f4c61c36e92f9d06 (diff)
downloadupstream-6504b268b310890815a161c9163c7fa8056fe1d7.tar.gz
upstream-6504b268b310890815a161c9163c7fa8056fe1d7.tar.bz2
upstream-6504b268b310890815a161c9163c7fa8056fe1d7.zip
firewall: extend nat reflection support
- use comment match to keep track of per-network rules - setup reflection for any interface which is part of a masqueraded zone, not just "wan" - delete per-network reflection rules if network is brought down SVN-Revision: 34472
Diffstat (limited to 'package/network/config/firewall/Makefile')
-rw-r--r--package/network/config/firewall/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/config/firewall/Makefile b/package/network/config/firewall/Makefile
index 05f42a62ea..16a683c48a 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_VERSION:=2
-PKG_RELEASE:=53
+PKG_RELEASE:=54
include $(INCLUDE_DIR)/package.mk