From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Lee Date: Thu, 29 Mar 2001 07:45:09 +0000 Subject: [LARTC] u32 filter usage Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hi All, About u32 usage, as I know the following 3 syntax should be the same: 1. tc filter add ........u32\ match ip protocol 0x6 0xff 2. tc filter add ........u32\ match 00060000 00ff0000 at 9 3. tc filter add ..........u32\ match u8 6 0xff at 10 However, in my platform (Linux2.4.2), only method 1 works. Besides, as I show the filter (tc filter ls dev eth1), it gives me " match 00060000 00ff0000 at 9", which matches with method 2. So can any one explain why method 2 and 3 can't work (it shows the message "illegal match") ? Best Regards Daniel Lee e-mail:daniel_lee@ezhi.com TEL:(02)2218-1689~33 _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://ds9a.nl/2.4Routing/