You can do a "match anything" with the usage of tc-filter:
tc filter add dev eth0 parent 1:0 protocol all u32 match u32 0 0 flowid 1:1
Cheers,
Andreas
Fredrik Bredeli wrote:
>Hey,
>
>I have a problem adding a filter matching anything, here is my setup:
>
>###############
>tc qdisc add dev eth0 handle 1: root prio
>
>tc qdisc add dev eth0 parent 1:1 handle 10: pfifo
>tc qdisc add dev eth0 parent 1:2 handle 20: tbf latency 50ms rate \
>128kbit burst 256kbit
>
>tc filter add dev eth0 protocol ip parent 1:0 prio 1 handle 666 fw \
>flowid 1:2
>
>tc filter add dev eth0 protocol ip parent 1:0 prio 2 flowid 1:1
>#####################
>
>This is supposed to put all traffic marked by iptables in the tbf qdisc,
>but the last line gives me this error:
>
>error: Unknown filter "flowid", hence option "1:1" is
unparsable
>
>I''m running Linux 2.4.27-2-686 with iptables v1.2.11 on debian
>sarge
>
>Does anyone know what is wrong, or have a better solution for my setup?
>
>Thank you.
>
>Fredrik Bredeli
>_______________________________________________
>LARTC mailing list
>LARTC@mailman.ds9a.nl
>http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
>
>