diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-08 03:19:15 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-08 03:19:15 +0000 |
commit | ed82279147a85f29e4786611b68f9869c17e07ad (patch) | |
tree | c4e272ed2ed6e9687043fc14ea718f7edc1d1632 /sbin/ipf/ipf.8 | |
parent | 5e3cfb90082fff7a6142f076483e37d479b4c01d (diff) |
complete SYNOPSIS and document -l option
Diffstat (limited to 'sbin/ipf/ipf.8')
-rw-r--r-- | sbin/ipf/ipf.8 | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/sbin/ipf/ipf.8 b/sbin/ipf/ipf.8 index 132b21e0b2e..74fec857efd 100644 --- a/sbin/ipf/ipf.8 +++ b/sbin/ipf/ipf.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.8,v 1.12 1999/07/08 03:10:03 aaron Exp $ +.\" $OpenBSD: ipf.8,v 1.13 1999/07/08 03:19:14 aaron Exp $ .Dd July 7, 1999 .Dt IPF 8 .Os @@ -8,6 +8,9 @@ .Sh SYNOPSIS .Nm ipf .Op Fl AdDEInorsUvyzZ +.Op Fl l Ar category +.Op Fl F Ar list +.Op Fl F Ar table .Op Fl f Ar filename .Sh DESCRIPTION The @@ -174,6 +177,17 @@ interface described by Blank lines and lines beginning with .Ql # (comments) are ignored. +.It Fl l Ar category +Packet logging. +.Ar category +is one of +.Cm pass , +.Cm block , +or +.Cm nomatch . +Any packet which exits filtering and matches the set category is logged. This +is useful for causing all packets which don't match any of the loaded rules to +be logged. .It Fl n No change. Prevent .Nm |