& If can HOW ? thx
On Wed, 17 Apr 2002, Scottin wrote:> & If can HOW ?Yes. By writing your own tc32 matches. You can do QoS on any type of packet that is queued. Doei, Arthur. -- /\ / | arthurvl@sci.kun.nl | Work like you don''t need the money /__\ / | A friend is someone with whom | Love like you have never been hurt / \/__ | you can dare to be yourself | Dance like there''s nobody watching
On Wed, Apr 17, 2002 at 11:29:59AM +0200, Arthur van Leeuwen wrote:> On Wed, 17 Apr 2002, Scottin wrote: > > > & If can HOW ? > > Yes. By writing your own tc32 matches. You can do QoS on any type of packet > that is queued.Hm... what about fwmark? -- Theodor Milkov Administrator IP Networks Davidov Net Phone: +359 (2) 730158 PGP: http://www.zimage.delbg.com/zimage.asc
Viktor Kemmet
2002-Apr-17 23:55 UTC
Re: [Linux Diffserv] Can Linux 2.4 support DiffServ under IPv6 ?
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