From owner-p4-projects@FreeBSD.ORG Thu Dec 7 15:58:29 2006 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id ACDEF16A501; Thu, 7 Dec 2006 15:58:28 +0000 (UTC) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 82D4D16A52F for ; Thu, 7 Dec 2006 15:58:28 +0000 (UTC) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E85B43EE3 for ; Thu, 7 Dec 2006 15:51:43 +0000 (GMT) (envelope-from piso@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id kB7FpncI092043 for ; Thu, 7 Dec 2006 15:51:49 GMT (envelope-from piso@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id kB7Fpn3n092038 for perforce@freebsd.org; Thu, 7 Dec 2006 15:51:49 GMT (envelope-from piso@freebsd.org) Date: Thu, 7 Dec 2006 15:51:49 GMT Message-Id: <200612071551.kB7Fpn3n092038@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to piso@freebsd.org using -f From: Paolo Pisati To: Perforce Change Reviews Cc: Subject: PERFORCE change 111248 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 15:58:29 -0000 http://perforce.freebsd.org/chv.cgi?CH=111248 Change 111248 by piso@piso_newluxor on 2006/12/07 15:51:05 Document the incompatibility of ipfw/libalias with TSO. Affected files ... .. //depot/projects/soc2005/libalias/sbin/ipfw/ipfw.8#10 edit Differences ... ==== //depot/projects/soc2005/libalias/sbin/ipfw/ipfw.8#10 (text+ko) ==== @@ -2624,3 +2624,10 @@ Rule syntax is subject to the command line environment and some patterns may need to be escaped with the backslash character or quoted appropriately. +.Pp +Due to the architecture of +.Xr libalias 3 , +ipfw nat is not compatible with the tcp segmentation offloading +(TSO). Thus, to reliably nat your network traffic, please disable TSO +on your NICs using +.Xr ifconfig 8 .