From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Kierdelewicz Date: Thu, 31 May 2007 14:41:24 +0000 Subject: Re: ***SPAM*** [LARTC] IFB & 802.1q Message-Id: <20070531164124.24927f39@catlap> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi, >tc filter add dev eth0.10 parent root protocol ip priority 10 u32 match >u32 0 0 flowid 1: action mirred egress redirect dev ifb0 >tc filter add dev eth0.20 parent root protocol ip priority 10 u32 match >u32 0 0 flowid 1: action mirred egress redirect dev ifb0 Try to add htb qdisc and attach your filter to qdisc instead of root. I think I used such configuration some time ago. As for filter rule, something like that worked for me: tc filter add dev ethX.X protocol ip parent 1: prio 4 u32 match ip dst 0.0.0.0/0 flowid :1 action mirred egress redirect dev ifbX cheers, Marek Kierdelewicz KoBa ISP _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc