From 29201ca84b722e08aaaf6b6dee0b622bf393f143 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 20 Feb 2014 13:01:36 +0100 Subject: [PATCH] firewall: Remove redundant rule. --- src/initscripts/init.d/firewall | 1 - 1 file changed, 1 deletion(-) diff --git a/src/initscripts/init.d/firewall b/src/initscripts/init.d/firewall index 4c9d875f9..2b3b91cef 100644 --- a/src/initscripts/init.d/firewall +++ b/src/initscripts/init.d/firewall @@ -238,7 +238,6 @@ iptables_init() { if [ "$DROPFORWARD" == "on" ]; then iptables -A FORWARD -m limit --limit 10/minute -j LOG --log-prefix "DROP_FORWARD" fi - iptables -A FORWARD -j DROP -m comment --comment "DROP_FORWARD" } iptables_red() { -- 2.39.2