From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Kemmet Date: Wed, 17 Apr 2002 21:49:55 +0000 Subject: [LARTC] Re: [Linux Diffserv] Can Linux 2.4 support DiffServ under IPv6 ? Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Scottin wrote: > & If can HOW ? > > > > thx > > > IMO you have to do almost everything the same way as for ipv4 (see HOWTO). If you are about writing tc filter rules, try the following syntax: tc filter replace dev eth0 parent 1:0 protocol ipv6 prio 1 u32 \ match ip6 dport 23 0xffff flowid 1:1 This is only one example but for a match on the destination port 23. For making the match work on ipv6, be sure using the 'protocol ipv6' and the 'match ip6' syntax. If that is what you meant and if you need more info, feel free to contact me. Viktor _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/