diff options
author | dm <dm@cvs.openbsd.org> | 1996-07-18 05:06:14 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-07-18 05:06:14 +0000 |
commit | 1688332c300a04e1f04f1afcec7ff0a2a0a29e06 (patch) | |
tree | c3c930cfa75a1e5742a53398c295bc71d34b928a /sbin/ipf/ipf.1 | |
parent | 746e8c40786f598f5da99fed9714ae7961393281 (diff) |
ipfilter 3.1.0
Diffstat (limited to 'sbin/ipf/ipf.1')
-rw-r--r-- | sbin/ipf/ipf.1 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/sbin/ipf/ipf.1 b/sbin/ipf/ipf.1 index ee12382f59a..642d129b1c6 100644 --- a/sbin/ipf/ipf.1 +++ b/sbin/ipf/ipf.1 @@ -1,10 +1,8 @@ -.\" $OpenBSD: ipf.1,v 1.3 1996/06/23 14:30:52 deraadt Exp $ -.\" .TH IPF 1 .SH NAME ipf - alters packet filtering lists for IP packet input and ouput .SH SYNOPSIS -ipf [-AEDIsnovdr] [-l <block|pass|nomatch>] [-F <i|o|a>] +ipf [-AEDIsnovdrzZ] [-l <block|pass|nomatch>] [-F <i|o|a>] -f <\fIfilename\fP> [ -f <\fIfilename\fP> [...]] .SH DESCRIPTION .PP @@ -56,6 +54,12 @@ swap the active filter list in use to be the "other" one. remove matching filter rules rather than add them to the internal lists .IP -v turn verbose mode on. Displays information relating to rule processing. +.IP -z +for each rule in the input file, reset the statistics for it to zero and +display the statistics prior to them being zero'd. +.IP -Z +zero global statistics held in the kernel for filtering only (this doesn't +affect fragment or state statistics). .DT .SH SEE ALSO ipfstat(1), ipftest(1), ipf(5) |