From owner-cvs-all@FreeBSD.ORG Mon Sep 13 16:46:06 2004 Return-Path: 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 080AF16A4CE; Mon, 13 Sep 2004 16:46:06 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 003B443D31; Mon, 13 Sep 2004 16:46:06 +0000 (GMT) (envelope-from andre@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i8DGk56u076414; Mon, 13 Sep 2004 16:46:05 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8DGk55e076413; Mon, 13 Sep 2004 16:46:05 GMT (envelope-from andre) Message-Id: <200409131646.i8DGk55e076413@repoman.freebsd.org> From: Andre Oppermann Date: Mon, 13 Sep 2004 16:46:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sbin/ipfw ipfw.8 src/sys/netinet ip_fw_pfil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 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: Mon, 13 Sep 2004 16:46:06 -0000 andre 2004-09-13 16:46:05 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw.8 sys/netinet ip_fw_pfil.c Log: Make 'ipfw tee' behave as inteded and designed. A tee'd packet is copied and sent to the DIVERT socket while the original packet continues with the next rule. Unlike a normally diverted packet no IP reassembly attemts are made on tee'd packets and they are passed upwards totally unmodified. Note: This will not be MFC'd to 4.x because of major infrastucture changes. PR: kern/64240 (and many others collapsed into that one) Revision Changes Path 1.151 +2 -13 src/sbin/ipfw/ipfw.8 1.8 +11 -11 src/sys/netinet/ip_fw_pfil.c