cvs commit: src/sys/net if.c if_atmsubr.c if_stf.c if_tun.c
src/sys/netinet if_ether.c ip_divert.c ip_fw2.c
src/sys/netinet6 in6.c in6_var.h src/sys/nfsclient
bootp_subr.c nfs_diskless.c
Giorgos Keramidas
keramida at ceid.upatras.gr
Sat Jul 1 00:36:17 UTC 2006
On 2006-07-01 03:33, Giorgos Keramidas <keramida at freebsd.org> 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 :)
More information about the cvs-src
mailing list