[LARTC] tc filter add ... fw returns RTNETLINK answers: Invalid argument

2006-01-10 Thread Flemming Frandsen
When I run this: tc filter add dev eth0 parent 1: protocol ip prio 1 handle 1 fw I get: RTNETLINK answers: Invalid argument The traditional interpretation of that gnarly error message is that cls_fw is missing, but lsmod | grep cls_fw gets me: cls_fw 2336 4 (autoclean) I

Re: [LARTC] tc filter add ... fw returns RTNETLINK answers: Invalid argument

2006-01-10 Thread Muthukumar S
On 1/10/06, Flemming Frandsen [EMAIL PROTECTED] wrote: When I run this: tc filter add dev eth0 parent 1: protocol ip prio 1 handle 1 fw I get: RTNETLINK answers: Invalid argument You are missing the flowid. For example tc filter add dec eth0 parent 1: protocol ip prio 1 handle 1 fw flowid

Re: [LARTC] tc filter add ... fw returns RTNETLINK answers: Invalid argument

2006-01-10 Thread Flemming Frandsen
Muthukumar S wrote: On 1/10/06, Flemming Frandsen [EMAIL PROTECTED] wrote: When I run this: tc filter add dev eth0 parent 1: protocol ip prio 1 handle 1 fw I get: RTNETLINK answers: Invalid argument You are missing the flowid. For example tc filter add dec eth0 parent 1: protocol ip

Re: [LARTC] tc filter add ... fw returns RTNETLINK answers: Invalid argument

2006-01-10 Thread Andy Furniss
Flemming Frandsen wrote: When I run this: tc filter add dev eth0 parent 1: protocol ip prio 1 handle 1 fw I get: RTNETLINK answers: Invalid argument As I already said - you don't need handle 1 Andy. ___ LARTC mailing list LARTC@mailman.ds9a.nl

Re: [LARTC] tc filter add ... fw returns RTNETLINK answers: Invalid argument

2006-01-10 Thread Andy Furniss
Flemming Frandsen wrote: tc class add dev eth1 parent 1:1 classid 1:4806 htb rate 1200mbit burst 15k prio 10 1200mbit with 15k burst won't work. Andy. ___ LARTC mailing list LARTC@mailman.ds9a.nl