From owner-cvs-all@FreeBSD.ORG Fri Apr 21 10:28:23 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC33716A415; Fri, 21 Apr 2006 10:28:23 +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 5B8E043D62; Fri, 21 Apr 2006 10:28:22 +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 k3LASMBD010818; Fri, 21 Apr 2006 10:28:22 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from thompsa@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k3LASMpr010817; Fri, 21 Apr 2006 10:28:22 GMT (envelope-from thompsa) Message-Id: <200604211028.k3LASMpr010817@repoman.freebsd.org> From: Andrew Thompson Date: Fri, 21 Apr 2006 10:28:22 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6_1 Cc: Subject: cvs commit: src/share/man/man4 if_bridge.4 X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Apr 2006 10:28:23 -0000 thompsa 2006-04-21 10:28:22 UTC FreeBSD src repository Modified files: (Branch: RELENG_6_1) 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.5.2.4.2.1 +5 -0 src/share/man/man4/if_bridge.4