diff options
author | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-12-10 03:29:03 +0000 |
---|---|---|
committer | Jared Yanovich <jaredy@cvs.openbsd.org> | 2004-12-10 03:29:03 +0000 |
commit | 625f4ac5ab543ffe27208fdf3e0b7cae726b0e2a (patch) | |
tree | 10080e00700dcdb916c5d71b6e1c78ed0072a78f /share | |
parent | a63c0db0f36a881e43431dcd5d39acf125f53a48 (diff) |
sync to recent rate limiting changes
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/pf.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 86a3158b313..a321d972b0b 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.52 2004/08/24 03:13:46 jaredy Exp $ +.\" $OpenBSD: pf.4,v 1.53 2004/12/10 03:29:02 jaredy Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -333,6 +333,7 @@ Get the internal packet filter statistics. .Bd -literal struct pf_status { u_int64_t counters[PFRES_MAX]; + u_int64_t lcounters[LCNT_MAX]; u_int64_t fcounters[FCNT_MAX]; u_int64_t scounters[SCNT_MAX]; u_int64_t pcounters[2][2][3]; |