From owner-cvs-src@FreeBSD.ORG Mon May 16 16:22:56 2005 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 3B6F616A4CE; Mon, 16 May 2005 16:22:56 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CDB943DB1; Mon, 16 May 2005 16:22:56 +0000 (GMT) (envelope-from darrenr@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j4GGMtl0019399; Mon, 16 May 2005 16:22:55 GMT (envelope-from darrenr@repoman.freebsd.org) Received: (from darrenr@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j4GGMt7c019398; Mon, 16 May 2005 16:22:55 GMT (envelope-from darrenr) Message-Id: <200505161622.j4GGMt7c019398@repoman.freebsd.org> From: Darren Reed Date: Mon, 16 May 2005 16:22:55 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/contrib/ipfilter pcap-bpf.hsrc/contrib/ipfilter/tools ipf_y.y src/sbin/ipf/ipf Makefile src/sys/contrib/ipfilter/netinet ip_compat.h 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: Mon, 16 May 2005 16:22:56 -0000 darrenr 2005-05-16 16:22:55 UTC FreeBSD src repository Modified files: contrib/ipfilter/tools ipf_y.y sbin/ipf/ipf Makefile sys/contrib/ipfilter/netinet ip_compat.h Added files: contrib/ipfilter pcap-bpf.h Log: Enable building /sbin/ipf (but not the rescue version) with the ability to parse bpf strings for filter rules in ipf.conf Revision Changes Path 1.1 +687 -0 src/contrib/ipfilter/pcap-bpf.h (new) 1.3 +2 -1 src/contrib/ipfilter/tools/ipf_y.y 1.3 +4 -2 src/sbin/ipf/ipf/Makefile 1.28 +4 -0 src/sys/contrib/ipfilter/netinet/ip_compat.h