]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - config/qos/makeqosscripts.pl
Kleines Tuning vom QoS...
[ipfire-2.x.git] / config / qos / makeqosscripts.pl
index a2bd5add4c2acba23bbd15cd4d393255878627cd..25f0f051029352a4d10fcc2a1bb08f7af9348017 100644 (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