On 18 Apr 2011, at 14:18, Bjoern A. Zeeb wrote: > Author: bz > Date: Mon Apr 18 12:18:27 2011 > New Revision: 220773 > URL: http://svn.freebsd.org/changeset/base/220773 > > Log: > 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.
Thanks for the quick fix! > Tested by: ipv6gw and ref9-i386 FWIW, ipv6gw is also running stable/8 so the patch bz MFC'ed has been running in production for a day or so. -- Simon L. B. Nielsen _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"