Kleines Tuning vom QoS...

git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@398 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
ms
2007-01-25 20:49:42 +00:00
parent 71e323840b
commit dd00165849
3 changed files with 6 additions and 7 deletions

View File

@@ -122,9 +122,9 @@ case "\$1" in
;;
iptables)
echo "[iptables]"
iptables -t mangle -L QOS-OUT -v -x 2> /dev/null
iptables -t mangle -L QOS-INC -v -x 2> /dev/null
iptables -t mangle -L QOS-TOS -v -x 2> /dev/null
iptables -t mangle -n -L QOS-OUT -v -x 2> /dev/null
iptables -t mangle -n -L QOS-INC -v -x 2> /dev/null
iptables -t mangle -n -L QOS-TOS -v -x 2> /dev/null
exit 0
;;
esac