From 4fc8f4c5c83539f7b5e957e248232923d4d1d51f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 20 Jan 2009 13:07:30 +0000 Subject: firewall: don't clear the mangle table at startup or stop - it doesn't use it and clearing it breaks qos SVN-Revision: 14114 --- package/firewall/files/uci_firewall.sh | 4 ---- 1 file changed, 4 deletions(-) (limited to 'package/firewall/files') diff --git a/package/firewall/files/uci_firewall.sh b/package/firewall/files/uci_firewall.sh index f38bd6b9ae..f6fa82b9cb 100755 --- a/package/firewall/files/uci_firewall.sh +++ b/package/firewall/files/uci_firewall.sh @@ -154,9 +154,7 @@ fw_defaults() { $IPTABLES -P FORWARD DROP $IPTABLES -F - $IPTABLES -t mangle -F $IPTABLES -t nat -F - $IPTABLES -t mangle -X $IPTABLES -t nat -X $IPTABLES -X @@ -419,9 +417,7 @@ fw_init() { fw_stop() { $IPTABLES -F - $IPTABLES -t mangle -F $IPTABLES -t nat -F - $IPTABLES -t mangle -X $IPTABLES -t nat -X $IPTABLES -X $IPTABLES -P INPUT ACCEPT -- cgit v1.2.3