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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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.


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


[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux