From owner-svn-src-head@FreeBSD.ORG Tue Jun 9 21:35:32 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CB315106566B; Tue, 9 Jun 2009 21:35:32 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id BA6588FC14; Tue, 9 Jun 2009 21:35:32 +0000 (UTC) (envelope-from oleg@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n59LZW2f084615; Tue, 9 Jun 2009 21:35:32 GMT (envelope-from oleg@svn.freebsd.org) Received: (from oleg@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n59LZWE0084614; Tue, 9 Jun 2009 21:35:32 GMT (envelope-from oleg@svn.freebsd.org) Message-Id: <200906092135.n59LZWE0084614@svn.freebsd.org> From: Oleg Bulyzhin Date: Tue, 9 Jun 2009 21:35:32 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r193861 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Jun 2009 21:35:33 -0000 Author: oleg Date: Tue Jun 9 21:35:32 2009 New Revision: 193861 URL: http://svn.freebsd.org/changeset/base/193861 Log: Sync struct ng_ipfw_tag description with sources. Submitted by: Mikolaj Golub Modified: head/share/man/man4/ng_ipfw.4 Modified: head/share/man/man4/ng_ipfw.4 ============================================================================== --- head/share/man/man4/ng_ipfw.4 Tue Jun 9 21:29:16 2009 (r193860) +++ head/share/man/man4/ng_ipfw.4 Tue Jun 9 21:35:32 2009 (r193861) @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 5, 2005 +.Dd June 10, 2009 .Dt NG_IPFW 4 .Os .Sh NAME @@ -84,11 +84,12 @@ to struct ng_ipfw_tag { struct m_tag mt; /* tag header */ struct ip_fw *rule; /* matching rule */ + uint32_t rule_id; /* matching rule id */ + uint32_t chain_id; /* ruleset id */ struct ifnet *ifp; /* interface, for ip_output */ int dir; /* packet direction */ #define NG_IPFW_OUT 0 #define NG_IPFW_IN 1 - int flags; /* flags, for ip_output() */ }; .Ed .Pp