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
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
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