From owner-cvs-all@FreeBSD.ORG Fri Jan 25 14:38:27 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 84DFE16A421; Fri, 25 Jan 2008 14:38:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 4F2CA13C474; Fri, 25 Jan 2008 14:38:27 +0000 (UTC) (envelope-from rwatson@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0PEcRFG041153; Fri, 25 Jan 2008 14:38:27 GMT (envelope-from rwatson@repoman.freebsd.org) Received: (from rwatson@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0PEcRRW041152; Fri, 25 Jan 2008 14:38:27 GMT (envelope-from rwatson) Message-Id: <200801251438.m0PEcRRW041152@repoman.freebsd.org> From: Robert Watson Date: Fri, 25 Jan 2008 14:38:27 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sbin/ipfw ipfw2.c src/sys/netinet ip_fw.h ip_fw2.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 25 Jan 2008 14:38:27 -0000 rwatson 2008-01-25 14:38:27 UTC FreeBSD src repository Modified files: sbin/ipfw ipfw2.c sys/netinet ip_fw.h ip_fw2.c Log: Hide ipfw internal data structures behind IPFW_INTERNAL rather than exposing them to all consumers of ip_fw.h. These structures are used in both ipfw(8) and ipfw(4), but not part of the user<->kernel interface for other applications to use, rather, shared implementation. MFC after: 3 days Reported by: Paul Vixie Revision Changes Path 1.113 +2 -0 src/sbin/ipfw/ipfw2.c 1.111 +11 -0 src/sys/netinet/ip_fw.h 1.180 +3 -0 src/sys/netinet/ip_fw2.c