From owner-svn-src-stable@FreeBSD.ORG  Mon Apr 18 13:09:34 2011
Return-Path: <owner-svn-src-stable@FreeBSD.ORG>
Delivered-To: svn-src-stable@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 21EF4106564A;
	Mon, 18 Apr 2011 13:09:34 +0000 (UTC) (envelope-from simon@nitro.dk)
Received: from emx.nitro.dk (emx.nitro.dk [IPv6:2a01:4f8:120:7384::102])
	by mx1.freebsd.org (Postfix) with ESMTP id A9F9F8FC18;
	Mon, 18 Apr 2011 13:09:33 +0000 (UTC)
Received: from mailscan.leto.nitro.dk (mailscan.leto.nitro.dk [127.0.1.4])
	by emx.nitro.dk (Postfix) with ESMTP id AA07312E3;
	Mon, 18 Apr 2011 13:09:32 +0000 (UTC)
Received: from emx.nitro.dk ([127.0.1.2])
	by mailscan.leto.nitro.dk (mailscan.leto.nitro.dk [127.0.1.4])
	(amavisd-new, port 10024)
	with LMTP id 5EkEcf8sYXQF; Mon, 18 Apr 2011 13:09:29 +0000 (UTC)
Received: from [192.168.4.23] (unknown [90.184.171.166])
	(using TLSv1 with cipher AES128-SHA (128/128 bits))
	(No client certificate requested)
	by emx.nitro.dk (Postfix) with ESMTPSA id 6525712E2;
	Mon, 18 Apr 2011 13:09:28 +0000 (UTC)
Mime-Version: 1.0 (Apple Message framework v1084)
Content-Type: text/plain; charset=us-ascii
From: "Simon L. B. Nielsen" <simon@nitro.dk>
In-Reply-To: <201104181218.p3ICIRwT071452@svn.freebsd.org>
Date: Mon, 18 Apr 2011 15:09:26 +0200
Content-Transfer-Encoding: quoted-printable
Message-Id: <23EBF5B9-38C5-4EEE-8BA1-10B1A9FA735E@nitro.dk>
References: <201104181218.p3ICIRwT071452@svn.freebsd.org>
To: "Bjoern A. Zeeb" <bz@FreeBSD.org>
X-Mailer: Apple Mail (2.1084)
Cc: svn-src-stable@freebsd.org, svn-src-all@freebsd.org,
	src-committers@freebsd.org, svn-src-stable-8@freebsd.org
Subject: Re: svn commit: r220773 - stable/8/sys/netinet6
X-BeenThere: svn-src-stable@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: SVN commit messages for all the -stable branches of the src tree
	<svn-src-stable.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-stable>, 
	<mailto:svn-src-stable-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/svn-src-stable>
List-Post: <mailto:svn-src-stable@freebsd.org>
List-Help: <mailto:svn-src-stable-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-src-stable>,
	<mailto:svn-src-stable-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 18 Apr 2011 13:09:34 -0000


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
>=20
> Log:
>  MFC r220743:
>=20
>    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.

--=20
Simon L. B. Nielsen