From 6cb040903b02a328661f219890c31a377c0c6b8c Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 1 Dec 2009 22:31:10 +0000 Subject: 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 --- package/firewall/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/firewall/Makefile') diff --git a/package/firewall/Makefile b/package/firewall/Makefile index fbbe056..cb8a25a 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 -- cgit v1.1