From owner-cvs-src@FreeBSD.ORG Sun Jan 29 23:21:03 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 232EF16A424; Sun, 29 Jan 2006 23:21:03 +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 6F8C243D49; Sun, 29 Jan 2006 23:21:02 +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 k0TNL24t007853; Sun, 29 Jan 2006 23:21:02 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0TNL220007852; Sun, 29 Jan 2006 23:21:02 GMT (envelope-from thompsa) Message-Id: <200601292321.k0TNL220007852@repoman.freebsd.org> From: Andrew Thompson Date: Sun, 29 Jan 2006 23:21:02 +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: Sun, 29 Jan 2006 23:21:03 -0000 thompsa 2006-01-29 23:21:02 UTC FreeBSD src repository Modified files: sys/netinet if_ether.c Log: Back out of r1.148, it causes two arp replies to be sent with different mac addresses. One for the bridged interface with the IP address assigned but then another with the mac for the bridge itself. Revision Changes Path 1.149 +1 -1 src/sys/netinet/if_ether.c