From owner-cvs-src@FreeBSD.ORG Fri Aug 26 20:00:26 2005 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 28D1F16A41F; Fri, 26 Aug 2005 20:00:26 +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 D123943D49; Fri, 26 Aug 2005 20:00:25 +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 j7QK0PNh076930; Fri, 26 Aug 2005 20:00:25 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j7QK0PKS076929; Fri, 26 Aug 2005 20:00:25 GMT (envelope-from thompsa) Message-Id: <200508262000.j7QK0PKS076929@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 26 Aug 2005 20:00:25 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/sys/net if_bridge.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: Fri, 26 Aug 2005 20:00:26 -0000 thompsa 2005-08-26 20:00:25 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/net if_bridge.c Log: MFC: if_bridge.c, r1.19 > The mtu check in bridge_enqueue is bogus as the maximum Ethernet frame is > actually 1514, so comparing the mbuf length which includes the Ethernet > header > to the interface MTU is wrong. > > The check was a little over the top so just remove it. Approved by: re (scottl), mlaier (mentor) Revision Changes Path 1.11.2.7 +0 -7 src/sys/net/if_bridge.c