* [LARTC] Re: [Linux Diffserv] Can Linux 2.4 support DiffServ under IPv6 ?
@ 2002-04-17 21:49 Viktor Kemmet
0 siblings, 0 replies; only message in thread
From: Viktor Kemmet @ 2002-04-17 21:49 UTC (permalink / raw)
To: lartc
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/
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-04-17 21:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-17 21:49 [LARTC] Re: [Linux Diffserv] Can Linux 2.4 support DiffServ under IPv6 ? Viktor Kemmet
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.