From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank v Waveren Date: Sat, 19 Apr 2003 22:38:04 +0000 Subject: Re: [LARTC] filters not doing anything? Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org On Sat, Apr 19, 2003 at 10:55:53PM +0200, Frank v Waveren wrote: > tc filter add dev eth1 protocol ip parent 1: prio 2 u32 match u8 0 0x0 at 0 flowid 3: Perhaps of interest: Replacing the filter line with: tc filter add dev $DEV protocol ip parent 1: prio 2 u32 match u8 0 0x0 at 0 flowid 1:1 tc filter add dev $DEV protocol ip parent 1:1 prio 2 u32 match u8 0 0x0 at 0 flowid 2: will convince the packet to trickle down to 2:. Adding tc filter add dev $DEV protocol ip parent 2: prio 2 u32 match u8 0 0x0 at 0 flowid 3: will not get it down to 3: however. Also, adding just tc filter add dev $DEV protocol ip parent 1: prio 2 u32 match u8 0 0x0 at 0 flowid 2: will _not_ get it down to 2:. I think this has gotten to the point where kernel versions are interesting, I'm running 2.4.21-pre5-ac3. -- Frank v Waveren Fingerprint: 21A7 C7F3 fvw@[var.cx|stack.nl|chello.nl] ICQ#10074100 1FF3 47FF 545C CB53 Public key: hkp://wwwkeys.pgp.net/fvw@var.cx 7BD9 09C0 3AC1 6DF2 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/