diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-04 15:24:21 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-12-04 15:24:21 +0000 |
commit | b0ab057b7254649335bd2cbbaa1e2541fbe7be80 (patch) | |
tree | 5c3f4bde9b6c471dab299b8acca2412230326684 /package/network/config/firewall/Makefile | |
parent | b6f39ce33a905574b2e363cd2334f546398d3b13 (diff) | |
download | upstream-b0ab057b7254649335bd2cbbaa1e2541fbe7be80.tar.gz upstream-b0ab057b7254649335bd2cbbaa1e2541fbe7be80.tar.bz2 upstream-b0ab057b7254649335bd2cbbaa1e2541fbe7be80.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
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34472 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 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 |