From owner-cvs-src@FreeBSD.ORG Fri Apr 21 10:39:57 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 6331E16A401; Fri, 21 Apr 2006 10:39:57 +0000 (UTC) (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 C844B43D58; Fri, 21 Apr 2006 10:39:56 +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 k3LAduVq018550; Fri, 21 Apr 2006 10:39:56 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LAdtM7018531; Fri, 21 Apr 2006 10:39:56 GMT (envelope-from thompsa) Message-Id: <200604211039.k3LAdtM7018531@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 21 Apr 2006 10:39:54 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 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, 21 Apr 2006 10:39:57 -0000 thompsa 2006-04-21 10:39:54 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) share/man/man4 if_bridge.4 Log: Document a limitation where the bridge may not forward a reassembled fragment, this is becuase the new packet may be larger than the MTU. Approved by: re (hrs) Revision Changes Path 1.7.2.3 +5 -0 src/share/man/man4/if_bridge.4