Re: [LARTC] howto spare the tc filter - lines with htb

2002-04-30 Thread Nils Lichtenfeld
Hello Tobias! unfortunatly it doesn't work with my setup. i add a dummy tc filter - line: tc filter add dev imq1 parent 10:0 protocol ip prio 1 handle 1 fw classid 10:10 As far as I understood Devik, this should look like: tc filter add dev imq1 parent 10:0 protocol ip prio 1 handle 1 fw

Re: [LARTC] howto spare the tc filter - lines with htb

2002-04-30 Thread Stef Coene
As far as I understood Devik, this should look like: tc filter add dev imq1 parent 10:0 protocol ip prio 1 handle 1 fw output: RTNETLINK answers: Invalid argument i can try this in whatever stage of my script (before iptables, after qdiscs and classes, whatever), it's always that answer

Re: [LARTC] howto spare the tc filter - lines with htb

2002-04-29 Thread Tobias Geiger
On Mon, Apr 29, 2002 at 04:59:33PM +0200, Patrick McHardy wrote: Hi :) Tobias Geiger wrote: Hi, recently Martin explained, how to avoid these tc filter lines in our scripts. unfortunatly it doesn't work with my setup. i add a dummy tc filter - line: tc filter add dev imq1 parent