From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Liu Zhiyong" Date: Mon, 10 Feb 2003 14:50:19 +0000 Subject: Re: [LARTC] to classify non-IP packet??? 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 I have successfully classified QRoute packet from IP packet by adding {0x8000, "qroute"} to /iproute2/lib/ll_protocol.c, and make iproute2 again,then use: "tc filter add dev eth0 parent 1: prio 5 protocol qroute u32 match u8 0x00 0x00 at 0 flowid 1:10". It will classify the all the qroute packet to flow 1:10. Now I want to further classify QRoute packet according to the first 2 bytes of the packet, I have tried to use tc filter add dev eth0 parent 1: prio 6 protocol qroute u32 match u8 0x40 0xff at 0 flowid 1:20", but it doesn't work! anyone know how to do it? _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/