]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/tc_qdisc.c
tc: B.W limits can now be specified in %.
[mirror_iproute2.git] / tc / tc_qdisc.c
index 56034b59921373cf7167b39000fa07741c8550f8..2f88f11cb99a238e139c651b926fb3e40c2490d0 100644 (file)
@@ -140,7 +140,7 @@ static int tc_qdisc_modify(int cmd, unsigned int flags, int argc, char **argv)
 
        if (q) {
                if (q->parse_qopt) {
-                       if (q->parse_qopt(q, argc, argv, &req.n))
+                       if (q->parse_qopt(q, argc, argv, &req.n, d))
                                return 1;
                } else if (argc) {
                        fprintf(stderr, "qdisc '%s' does not support option parsing\n", k);