[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[altq 710] Re: IPv6 help




Xia Tao wrote:
> When I try to use IPv6 with altq. It did not work. All the IPv6 traffic go through the default class when I tried different settings.
> The IPv6+altq only works in the local link (lo0) settings.
> My altq box settings: FreeBSD 4.2 + altq3.0 + 2 Intel pro 100 NIC,and the FreeBSD works as a bridge too. By the way, the IPv4 works very well.
> Did anyone use the IPv6 with altq successfully?
> Could anyone give me a simple configure file  to test my IPv6 settings.
> Thanks in advance.

The classifer implementation of ALTQ is fairly independent of
interface types.  If it works on lo0, it should work on other
interfaces.

But if your IPv6 is tunneled over IPv4, it's a different story.
The classifier sees only the outer header when packets are tunneled.

-Kenjiro