diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-01 22:31:10 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2009-12-01 22:31:10 +0000 |
commit | 6cb040903b02a328661f219890c31a377c0c6b8c (patch) | |
tree | bbc36ce04044ae73ea4780db5fa2acc88b21c20b /package/firewall/Makefile | |
parent | a2637149367188defffb5bcf69e3437f90912798 (diff) | |
download | upstream-6cb040903b02a328661f219890c31a377c0c6b8c.tar.gz upstream-6cb040903b02a328661f219890c31a377c0c6b8c.tar.bz2 upstream-6cb040903b02a328661f219890c31a377c0c6b8c.zip |
firewall: initialize dest_port with src_dport if omitted in redirect sections to narrow down corresponding forward rules to the actual target ports - thanks Niels Boehm! (#6249)
SVN-Revision: 18617
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 fbbe056c03..cb8a25a090 100644 --- a/package/firewall/Makefile +++ b/package/firewall/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=firewall PKG_VERSION:=1 -PKG_RELEASE:=8 +PKG_RELEASE:=9 include $(INCLUDE_DIR)/package.mk |