From owner-cvs-src@FreeBSD.ORG Mon Sep 1 02:43:53 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 2AF451065671; Mon, 1 Sep 2008 02:43:53 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from pele.citylink.co.nz (pele.citylink.co.nz [202.8.44.226]) by mx1.freebsd.org (Postfix) with ESMTP id DD4B68FC0C; Mon, 1 Sep 2008 02:43:52 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by pele.citylink.co.nz (Postfix) with ESMTP id 982BE2BCF3; Mon, 1 Sep 2008 14:20:39 +1200 (NZST) X-Virus-Scanned: Debian amavisd-new at citylink.co.nz Received: from pele.citylink.co.nz ([127.0.0.1]) by localhost (pele.citylink.co.nz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MNcv+VRWHMJd; Mon, 1 Sep 2008 14:20:35 +1200 (NZST) Received: from citylink.fud.org.nz (unknown [202.8.44.45]) by pele.citylink.co.nz (Postfix) with ESMTP; Mon, 1 Sep 2008 14:20:35 +1200 (NZST) Received: by citylink.fud.org.nz (Postfix, from userid 1001) id 03E361142D; Mon, 1 Sep 2008 14:20:35 +1200 (NZST) Date: Sun, 31 Aug 2008 19:20:34 -0700 From: Andrew Thompson To: Ganbold Message-ID: <20080901022034.GA78218@citylink.fud.org.nz> References: <200808180906.m7I96FIo099489@repoman.freebsd.org> <48BB4684.701@micom.mng.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48BB4684.701@micom.mng.net> User-Agent: Mutt/1.5.17 (2007-11-01) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Philip Paeps Subject: Re: 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: Mon, 01 Sep 2008 02:43:53 -0000 On Mon, Sep 01, 2008 at 09:33:56AM +0800, Ganbold wrote: > Philip Paeps wrote: >> philip 2008-08-18 09:06:11 UTC >> >> FreeBSD src repository >> >> Modified files: >> sys/netinet if_ether.c Log: >> SVN rev 181824 on 2008-08-18 09:06:11Z by philip >> Fix ARP in bridging scenarios where the bridge shares its >> MAC address with one of its members (see my r180140). >> Pointy hat to: philip >> Submitted by: Eygene Ryabinkin >> MFC after: 3 days >> > > When this will be MFCed? Right now :) > This fixes connectivity problem on bridging firewall. Its done, you can update now. cheers, Andrew