On 2006-07-01 03:33, Giorgos Keramidas <[EMAIL PROTECTED]> wrote:
> TAILQ_FOREACH(ifa, &ifp->if_addrlist, ifa_list) {
> KASSERT(ifa->ifa_addr == NULL,
> ("ifa %p has no ifa_addr", ifa));
> if (ifa->ifa_addr->sa_family != AF_INET6)
> continue;
> ifacount++;
The check should be the inverse, of course. Bleh! I shouldn't post too
fast so late in the night :)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"