From owner-cvs-src@FreeBSD.ORG Tue Nov 20 18:35:58 2007 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 D045916A41B; Tue, 20 Nov 2007 18:35:57 +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 B6A6C13C467; Tue, 20 Nov 2007 18:35:57 +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 lAKIZvmH095595; Tue, 20 Nov 2007 18:35:57 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lAKIZvpr095594; Tue, 20 Nov 2007 18:35:57 GMT (envelope-from rwatson) Message-Id: <200711201835.lAKIZvpr095594@repoman.freebsd.org> From: Robert Watson Date: Tue, 20 Nov 2007 18:35:57 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD 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: Tue, 20 Nov 2007 18:35:58 -0000 rwatson 2007-11-20 18:35:57 UTC FreeBSD src repository Modified files: sys/netatalk aarp.c Log: 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 MFC after: 1 week Revision Changes Path 1.45 +7 -0 src/sys/netatalk/aarp.c