From owner-cvs-src@FreeBSD.ORG Wed Jan 30 22:25:14 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 020A316A417; Wed, 30 Jan 2008 22:25:14 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id D45D013C461; Wed, 30 Jan 2008 22:25:13 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0UMPDAQ016708; Wed, 30 Jan 2008 22:25:13 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0UMPDbx016707; Wed, 30 Jan 2008 22:25:13 GMT (envelope-from rwatson) Message-Id: <200801302225.m0UMPDbx016707@repoman.freebsd.org> From: Robert Watson Date: Wed, 30 Jan 2008 22:25:13 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/netatalk aarp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jan 2008 22:25:14 -0000 rwatson 2008-01-30 22:25:13 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/netatalk aarp.c Log: Merge aarp.c:1.45 from HEAD to RELENG_7: Add additional robustness to at_aarpinput() by testing for broadcast addresses as the source of an AARP request. While this PR was submitted in the context of work in OpenBSD to port netatalk (in 1997), I've synchronized the code more to our ARP input routine, which had similar requirements. Submitted by: Denton Gentry PR: kern/4184 Revision Changes Path 1.42.2.1 +7 -0 src/sys/netatalk/aarp.c