svn commit: r220773 - stable/8/sys/netinet6

Simon L. B. Nielsen simon at nitro.dk
Mon Apr 18 13:09:34 UTC 2011


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



More information about the svn-src-stable mailing list