From owner-cvs-all@FreeBSD.ORG Thu Sep 16 17:53:23 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 5CC6016A4CE; Thu, 16 Sep 2004 17:53:23 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CF8E43D1D; Thu, 16 Sep 2004 17:53:23 +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 i8GHrNfG043535; Thu, 16 Sep 2004 17:53:23 GMT (envelope-from andre@repoman.freebsd.org) Received: (from andre@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i8GHrNw9043534; Thu, 16 Sep 2004 17:53:23 GMT (envelope-from andre) Message-Id: <200409161753.i8GHrNw9043534@repoman.freebsd.org> From: Andre Oppermann Date: Thu, 16 Sep 2004 17:53:23 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_5 Subject: cvs commit: src/sbin/ipfw ipfw.8 src/share/man/man4 divert.4 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: Thu, 16 Sep 2004 17:53:23 -0000 andre 2004-09-16 17:53:23 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sbin/ipfw ipfw.8 share/man/man4 divert.4 sys/netinet ip_fw_pfil.c Log: MFC: Make 'ipfw tee' behave as intended and designed. Approved by: re (scottl) Revision Changes Path 1.150.2.1 +2 -13 src/sbin/ipfw/ipfw.8 1.29.2.1 +12 -1 src/share/man/man4/divert.4 1.1.2.4 +11 -11 src/sys/netinet/ip_fw_pfil.c