From owner-cvs-src@FreeBSD.ORG Tue Mar 7 21:40:45 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D784C16A422; Tue, 7 Mar 2006 21:40:45 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77AEC43D48; Tue, 7 Mar 2006 21:40:45 +0000 (GMT) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k27Lejl3035525; Tue, 7 Mar 2006 21:40:45 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k27Lejt0035524; Tue, 7 Mar 2006 21:40:45 GMT (envelope-from thompsa) Message-Id: <200603072140.k27Lejt0035524@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 7 Mar 2006 21:40:45 +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/netinet if_ether.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, 07 Mar 2006 21:40:46 -0000 thompsa 2006-03-07 21:40:45 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Further refine the bridge hack in the arp code. Only do the special arp handling for interfaces which are actually in the bridge group, ignore all others. MFC after: 3 days Revision Changes Path 1.151 +2 -2 src/sys/netinet/if_ether.c