diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-27 17:15:31 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-03-27 17:15:31 +0000 |
commit | a572435c94e8aa05291eb1da1cb15841d07f9d85 (patch) | |
tree | 9a4cbf77da2ec58f24bd47ddfef73916dce76d5d /share/man/man4 | |
parent | 0d6cc1097a6bd3de0e864f0d2b855c60182c016d (diff) |
sync struct pf_status with reality, reminded by joel knight, theo ok
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/pf.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 3aa49fa155f..df0ff6c0fb8 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.47 2004/03/21 19:47:59 miod Exp $ +.\" $OpenBSD: pf.4,v 1.48 2004/03/27 17:15:30 henning Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -257,11 +257,13 @@ struct pf_status { u_int64_t scounters[SCNT_MAX]; u_int64_t pcounters[2][2][3]; u_int64_t bcounters[2][2]; + u_int64_t stateid; u_int32_t running; u_int32_t states; u_int32_t src_nodes; u_int32_t since; u_int32_t debug; + u_int32_t hostid; char ifname[IFNAMSIZ]; }; .Ed |