Date: Mon, 13 Sep 2004 18:51:56 +0200 From: Andre Oppermann <andre@freebsd.org> To: freebsd-current@freebsd.org Subject: ipfw tee fixed [cvs commit: src/sbin/ipfw ipfw.8 src/sys/netinet ip_fw_pfil.c] Message-ID: <4145D02C.D02A18A0@freebsd.org>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------BF081F7C001E4F9B32C647BE Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I've fixed 'ipfw tee' in 6-current. Please try it and report back. This is pretty useful for passive packet monitoring. -- Andre --------------BF081F7C001E4F9B32C647BE Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline Return-Path: <owner-src-committers@FreeBSD.org> Delivered-To: andre@networx.ch Received: (qmail 84422 invoked from network); 13 Sep 2004 16:41:46 -0000 Received: from mx2.freebsd.org ([216.136.204.119]) (envelope-sender <owner-src-committers@FreeBSD.org>) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for <andre@networx.ch>; 13 Sep 2004 16:41:46 -0000 Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 5F6745655D for <andre@networx.ch>; Mon, 13 Sep 2004 16:46:07 +0000 (GMT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id 15C9816A4D5; Mon, 13 Sep 2004 16:46:07 +0000 (GMT) Delivered-To: andre@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id F14B616A4D0; Mon, 13 Sep 2004 16:46:06 +0000 (GMT) Delivered-To: src-committers@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 <andre@FreeBSD.org> Date: Mon, 13 Sep 2004 16:46:05 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/ipfw ipfw.8 src/sys/netinet ip_fw_pfil.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG X-Mozilla-Status2: 00000000 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 --------------BF081F7C001E4F9B32C647BE--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4145D02C.D02A18A0>