[problem] qdisc_change() from net/sched/sch_api.c

From: Gery Kahn (geryk@sphera.com)
Date: Mon Jul 30 2001 - 12:16:14 EST


This is happened in 2.2.19
When i am calling
        tc qdisc change dev eth0 handle 1: root cbq bandwidth 50Mbit avpkt
1000
gets error
RTNETLINK answer: Invalid argument
I found that in function qdisc_change() follow code executes:
        if (sch->ops->change == NULL)
                        return -EINVAL;
Well.
Is there any explanation or fix or workaround?
Please help.

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.kernel.org



This archive was generated by hypermail 2b29 : Tue Jul 31 2001 - 21:01:01 EST