mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 11:43:25 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user