From owner-svn-src-head@FreeBSD.ORG Mon May 23 21:31:55 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE076106566B; Mon, 23 May 2011 21:31:55 +0000 (UTC) (envelope-from gonzo@launchpad.bluezbox.com) Received: from launchpad.bluezbox.com (hq.bluezbox.com [70.38.37.145]) by mx1.freebsd.org (Postfix) with ESMTP id 581E58FC12; Mon, 23 May 2011 21:31:55 +0000 (UTC) Received: from localhost ([127.0.0.1]) by launchpad.bluezbox.com with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.73 (FreeBSD)) (envelope-from ) id 1QOc36-000Dur-9d; Mon, 23 May 2011 13:48:25 -0700 Message-ID: <4DDAC819.6070407@freebsd.org> Date: Mon, 23 May 2011 13:48:25 -0700 From: Oleksandr Tymoshenko User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: Qing Li References: <201105201912.p4KJCKdu097098@svn.freebsd.org> In-Reply-To: <201105201912.p4KJCKdu097098@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: gonzo@launchpad.bluezbox.com X-Spam-Level: ---- X-Spam-Report: Spam detection software, running on the system "hq.bluezbox.com", has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: On 20/05/2011 12:12 PM, Qing Li wrote: > Author: qingli > Date: Fri May 20 19:12:20 2011 > New Revision: 222143 > URL: http://svn.freebsd.org/changeset/base/222143 > > Log: > The statically configured (permanent) ARP entries are removed when an > interface is brought down, even though the interface address is still > valid. This patch maintains the permanent ARP entries as long as the > interface address (having the same prefix as that of the ARP entries) > is valid. > > Reviewed by: delphij > MFC after: 5 days [...] Content analysis details: (-4.4 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.8 ALL_TRUSTED Passed through trusted hosts only via SMTP -2.6 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r222143 - in head/sys: net netinet netinet6 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 May 2011 21:31:55 -0000 On 20/05/2011 12:12 PM, Qing Li wrote: > Author: qingli > Date: Fri May 20 19:12:20 2011 > New Revision: 222143 > URL: http://svn.freebsd.org/changeset/base/222143 > > Log: > The statically configured (permanent) ARP entries are removed when an > interface is brought down, even though the interface address is still > valid. This patch maintains the permanent ARP entries as long as the > interface address (having the same prefix as that of the ARP entries) > is valid. > > Reviewed by: delphij > MFC after: 5 days This commit breaks netboot with NFS root: bootpc_init: wired to interface 'nlge1' nlge1: [10Mbps] Sending DHCP Discover packet from interface nlge1 (00:0f:30:00:20:4f) nlge1: [1000Mbps] nlge1: link state changed to UP Received DHCP Offer packet on nlge1 from 192.168.5.1 (accepted) (no root path) Sending DHCP Request packet from interface nlge1 (00:0f:30:00:20:4f) Received DHCP Ack packet on nlge1 from 192.168.5.1 (accepted) (got root path) nlge1 at 192.168.5.32 server 192.168.5.1 server name zoo.freebsd.org boot file /zoo/gonzo/lama1/boot/kernel/kernel subnet mask 255.255.255.0 root_server 192.168.5.1 rootfs /zoo/gonzo/lama1 rootopts nolockd Adjusted interface nlge1 Updating packet distribution for SMP Trying to mount root from nfs: []... nlge1: [1000Mbps] panic: nfs_mountroot: SIOCAIFADDR: 17 cpuid = 1 KDB: enter: panic [ thread pid 1 tid 100001 ] Stopped at kdb_enter+0x8c: lui at,0x0 db>