From owner-cvs-all@FreeBSD.ORG Tue Jan 31 21:29:41 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B814716A438; Tue, 31 Jan 2006 21:29:41 +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 6FCB343D58; Tue, 31 Jan 2006 21:29:41 +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 k0VLTf5N083068; Tue, 31 Jan 2006 21:29:41 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0VLTfat083067; Tue, 31 Jan 2006 21:29:41 GMT (envelope-from thompsa) Message-Id: <200601312129.k0VLTfat083067@repoman.freebsd.org> From: Andrew Thompson Date: Tue, 31 Jan 2006 21:29:41 +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-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jan 2006 21:29:41 -0000 thompsa 2006-01-31 21:29:41 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Now that the bridge also processes Ethernet frames as itself, two arp replies will be sent if there is an address on the bridge. Exclude the bridge from the special arp handling. This has been tested with all combinations of addresses on the bridge and members. Pointed out by: Michal Mertl Revision Changes Path 1.150 +4 -2 src/sys/netinet/if_ether.c