From owner-freebsd-stable@FreeBSD.ORG Sat Oct 13 02:57:18 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 720698A1 for ; Sat, 13 Oct 2012 02:57:18 +0000 (UTC) (envelope-from bc979@lafn.org) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id 475B08FC08 for ; Sat, 13 Oct 2012 02:57:17 +0000 (UTC) Received: from [10.0.1.2] (pool-98-112-217-228.lsanca.fios.verizon.net [98.112.217.228]) (authenticated bits=0) by zoom.lafn.org (8.14.3/8.14.2) with ESMTP id q9D2vA9a031820 for ; Fri, 12 Oct 2012 19:57:10 -0700 (PDT) (envelope-from bc979@lafn.org) From: Doug Hardie Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: IPv6 Link Local Addresses Date: Fri, 12 Oct 2012 19:57:10 -0700 Message-Id: <87FBCA07-4425-4113-8D81-1A49B5178FA4@lafn.org> To: stable@freebsd.org Mime-Version: 1.0 (Apple Message framework v1283) X-Mailer: Apple Mail (2.1283) X-Virus-Scanned: clamav-milter 0.97 at zoom.lafn.org X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 13 Oct 2012 02:57:18 -0000 With FreeBSD 9.1-RC2 you can assign the same link local address manually = to two different hosts on the same network. The Neighbor Solicitations = are not responded to and you end up with non-working addresses. The = simple way to reproduce this is to boot two systems on the same network = and get the link local for system 1. Shut it off and manually assign = that address to system 2. Then boot system 1. System 1 will send the = Neighbor Solicitation but system 2 will not respond to show that address = is in use so system 1 uses the duplicate address. Even more interesting, I have another system, 9.1-RC2, that when it = comes up never sends the Neighbor Solication. It just starts using the = link local address. I can't find any significant differences between = those two systems other that the first was a direct install from the CD = and the second was a freebsd-update from 9.1-RC1. Should I send a PR or is this a known issue?=