From owner-freebsd-bugs@FreeBSD.ORG Fri Jun 11 15:19:10 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 35A0D16A4CE; Fri, 11 Jun 2004 15:19:10 +0000 (GMT) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05DC543D58; Fri, 11 Jun 2004 15:19:10 +0000 (GMT) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i5BFIngd002975; Fri, 11 Jun 2004 08:18:49 -0700 (PDT) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i5BFIn10002974; Fri, 11 Jun 2004 08:18:49 -0700 (PDT) (envelope-from rizzo) Date: Fri, 11 Jun 2004 08:18:48 -0700 From: Luigi Rizzo To: Roman Kurakin Message-ID: <20040611081848.A2580@xorpc.icir.org> References: <200406111048.i5BAmhVo081430@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200406111048.i5BAmhVo081430@freefall.freebsd.org>; from rik@FreeBSD.org on Fri, Jun 11, 2004 at 10:48:43AM +0000 cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/67823: hardware checksums are to be disabled when using bridge(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jun 2004 15:19:10 -0000 On Fri, Jun 11, 2004 at 10:48:43AM +0000, Roman Kurakin wrote: > Synopsis: hardware checksums are to be disabled when using bridge(4) so much for implementing layering violations incompletely :) This happens because IP checksums have partly become a device-driver feature, with no fallback path for drivers that do not implement it. cheers luigi > Responsible-Changed-From-To: freebsd-bugs->luigi > Responsible-Changed-By: rik > Responsible-Changed-When: Fri Jun 11 10:42:54 GMT 2004 > Responsible-Changed-Why: > Assign author of the code as responsible. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=67823