duplicated u32 filters in tc show output

2007-10-06 Thread Abhijit Menon-Sen
The HTB user guide (http://luxik.cdi.cz/~devik/qos/htb/manual/userg.htm) says the following: Note: The U32 classifier has an undocumented design bug which causes duplicate entries to be listed by "tc filter show" when you use U32 classifiers with different prio values. What exactly is

Re: tc filter add ... fw ... action drop

2007-07-18 Thread Abhijit Menon-Sen
At 2007-07-18 11:49:55 +0200, [EMAIL PROTECTED] wrote: > > > # tc filter add dev eth0 parent 1: protocol ip prio 0 handle > > 0xfff fw police rate 1 burst 1 mpu 0 mtu 1 action drop > > It seems this is merely a parsing error, iproute doesn't have an > "action" parameter and aborts parsing

tc filter add ... fw ... action drop

2007-07-17 Thread Abhijit Menon-Sen
Hi. Is it a bug that: # tc filter add dev eth0 parent 1: protocol ip prio 0 handle 0xfff fw police rate 1 burst 1 mpu 0 mtu 1 action drop ^^^ creates a filter that looks like: # tc filter ls dev eth0 filter parent 1: protocol ip pref