summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authoroleg <oleg@FreeBSD.org>2009-06-09 21:35:32 +0000
committeroleg <oleg@FreeBSD.org>2009-06-09 21:35:32 +0000
commite1eaf0348e3c716d810db25d89ee4838e3913c0a (patch)
tree9edcc621902f7d58129c2ef73c532587fb5c1e3d /share/man
parent8a1fbd262a7c5a6523c9d45e275befb5d2df1fdf (diff)
downloadFreeBSD-src-e1eaf0348e3c716d810db25d89ee4838e3913c0a.zip
FreeBSD-src-e1eaf0348e3c716d810db25d89ee4838e3913c0a.tar.gz
Sync struct ng_ipfw_tag description with sources.
Submitted by: Mikolaj Golub
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/ng_ipfw.45
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/ng_ipfw.4 b/share/man/man4/ng_ipfw.4
index ee7d9b0..a1249db 100644
--- a/share/man/man4/ng_ipfw.4
+++ b/share/man/man4/ng_ipfw.4
@@ -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
OpenPOWER on IntegriCloud