Message: 13
>Date: Fri, 20 Jun 2003 15:17:33 -0300
>To: lartc@xxxxxxxxxxxxxxx
>From: Ana Carolina Alonso <aalonso@xxxxxxxxxxxxx>
>Subject: [LARTC] RTNETLINK answers: invalid argument
>
>Hello, I had configure my router linux which has Suse 7.2, kernel 2.4.21.
>I had installed the QoS support into the kernel. When I run the comand tc
>to create a CBQ qdisc, this work very well, but when I run tc to create the
>HTB qdisc I receive next message:
>
>RTNETLINK answers: Invalid argument
>
>when my comand is:
>
> tc qdisc add dev eth0 root handle 1:htb
>
Give some space between "1: " and "htb".
Try the below one,
tc qdisc add dev eth0 root handle 1: htb default 10
>
>Thanks in advance!
>
>
cheers
-Srikanth.