From owner-cvs-src@FreeBSD.ORG Fri Jul 4 14:42:33 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4679D37B401; Fri, 4 Jul 2003 14:42:33 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D54D243FFB; Fri, 4 Jul 2003 14:42:32 -0700 (PDT) (envelope-from luigi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h64LgW0U097488; Fri, 4 Jul 2003 14:42:32 -0700 (PDT) (envelope-from luigi@repoman.freebsd.org) Received: (from luigi@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h64LgWtx097487; Fri, 4 Jul 2003 14:42:32 -0700 (PDT) Message-Id: <200307042142.h64LgWtx097487@repoman.freebsd.org> From: Luigi Rizzo Date: Fri, 4 Jul 2003 14:42:32 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet ip_fw2.c src/sbin/ipfw ipfw.8 ipfw2.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jul 2003 21:42:33 -0000 luigi 2003/07/04 14:42:32 PDT FreeBSD src repository Modified files: sys/netinet ip_fw2.c sbin/ipfw ipfw.8 ipfw2.c Log: Implement the 'ipsec' option to match packets coming out of an ipsec tunnel. Should work with both regular and fast ipsec (mutually exclusive). See manpage for more details. Submitted by: Ari Suutari (ari.suutari@syncrontech.com) Revised by: sam MFC after: 1 week Revision Changes Path 1.125 +12 -0 src/sbin/ipfw/ipfw.8 1.30 +10 -0 src/sbin/ipfw/ipfw2.c 1.34 +16 -0 src/sys/netinet/ip_fw2.c