firewall: Remove redundant rule.

This commit is contained in:
Michael Tremer
2014-02-20 13:01:36 +01:00
parent 317638e753
commit 29201ca84b

View File

@@ -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() {