diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-11 20:04:34 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2010-09-11 20:04:34 +0000 |
commit | 6be00316a11b969470e44876a5a2b9381769766a (patch) | |
tree | cc43676eb3161ee53be745cd11f65a61e8d03c16 /package/firewall/Makefile | |
parent | 7a479f7cc1748820d67d94c650cf827b1670bc19 (diff) | |
download | upstream-6be00316a11b969470e44876a5a2b9381769766a.tar.gz upstream-6be00316a11b969470e44876a5a2b9381769766a.tar.bz2 upstream-6be00316a11b969470e44876a5a2b9381769766a.zip |
[package] firewall:
- simplify masquerade rule setup
- remove various subshell invocations
- speedup fw() by not relying on xargs and pipes
- rework SNAT support - attach to dest zone, use src_dip/src_dport as snat source
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23024 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/Makefile')
-rw-r--r-- | package/firewall/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/firewall/Makefile b/package/firewall/Makefile index b6d42cebad..00badcb85e 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=2 -PKG_RELEASE:=12 +PKG_RELEASE:=13 include $(INCLUDE_DIR)/package.mk |