Date: Mon, 18 Apr 2011 12:32:06 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/netinet6 nd6_nbr.c Message-ID: <201104181232.p3ICWQsN068843@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bz 2011-04-18 12:32:06 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netinet6 nd6_nbr.c Log: SVN rev 220775 on 2011-04-18 12:32:06Z by bz MFC r220743: Fix IPv6 ND. After r219562 we in nd6_ns_input() were erroneously always passing the cached proxydl reference (sockaddr_dl initialized or not) to nd6_na_output(). nd6_na_output() will thus assume a proxy NA. Revert to conditionally passing either &proxydl or NULL if no proxy case desired. Tested by: ipv6gw and ref9-i386 Tested by: Pete French (petefrench ingresso.co.uk) Reported by: Pete French (petefrench ingresso.co.uk on stable) Reported by: bz, simon on Y! cluster Reported by: kib PR: kern/151908 X-Early-MFC: yes Revision Changes Path 1.47.2.8 +2 -2 src/sys/netinet6/nd6_nbr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104181232.p3ICWQsN068843>