Received: by mail.netbsd.org (Postfix, from userid 605) id 49C2C14A2DE; Tue, 13 Oct 2015 11:13:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 384E214A2FF for ; Tue, 13 Oct 2015 11:13:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id kAsOa84C_WgG for ; Tue, 13 Oct 2015 11:13:37 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 8E7D614A2C0 for ; Tue, 13 Oct 2015 11:13:37 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 72B9398; Tue, 13 Oct 2015 11:13:37 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 13 Oct 2015 11:13:37 +0000 From: "Roy Marples" Subject: CVS commit: src/sys/netinet To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20151013111337.72B9398@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Roy Marples" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: roy Date: Tue Oct 13 11:13:37 UTC 2015 Modified Files: src/sys/netinet: if_arp.c Log Message: Move the NOARP check up a bit so that it works when an la is created but hasn't been resolved yet. Fixes PR kern/17611. To generate a diff of this commit: cvs rdiff -u -r1.185 -r1.186 src/sys/netinet/if_arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.