I performed IPv6 Ready Logo Phase I on my FreeBSD 6.1 Box and found it failed at the "DAD would failed" section, including:
"NUT receives VALID DAD NS (Target==NUT), after transmitting DAD NS"
"NUT receives VALID DAD NA (Target==NUT), after transmitting DAD NS"
"NUT receives INVALID DAD NA (w/ SLL option), after transmitting DAD NS"
The problem is that the IPv6 stack does not process the NS packets (to indicate that the address has already been used on the network) while it performs Duplicated Address Detection (DAD) for its link-local addresses. Only adter DAD is done (no duplicated) then the NS packets are proceed.
The source codes which perform DAD in FreeBSD 5.x release and FreeBSD 6.x release are the same. (see /sys/netinet6/nd6_nbr.c)
>How-To-Repeat:
Perform "IPv6 Ready Logo Phase I" conformance test on the FreeBSD 6.1 box.
>Fix:
None.
>Release-Note:
>Audit-Trail:
>Unformatted:
_______________________________________________
freebs...@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs...@freebsd.org"