summaryrefslogtreecommitdiff
path: root/sbin/ipf/ipf.4
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-23 22:27:32 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-11-23 22:27:32 +0000
commit1409b93a7263389cdfd767bcbbd7e02fb107beb5 (patch)
tree17ede668e5d3fc5d21380b5c0d09f6358c8ce7d8 /sbin/ipf/ipf.4
parent5ca3ea35d495a05b1f8e3de30ab8e5f9e71845ec (diff)
fix typo; jwk@lords.com
Diffstat (limited to 'sbin/ipf/ipf.4')
-rw-r--r--sbin/ipf/ipf.46
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/ipf/ipf.4 b/sbin/ipf/ipf.4
index ea917d9a1fc..d93e598ac50 100644
--- a/sbin/ipf/ipf.4
+++ b/sbin/ipf/ipf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipf.4,v 1.15 1999/10/12 05:05:00 ericj Exp $
+.\" $OpenBSD: ipf.4,v 1.16 1999/11/23 22:27:31 deraadt Exp $
.TH IPF 4
.SH NAME
ipf \- packet filtering kernel interface
@@ -97,8 +97,8 @@ Flags which are recognised in fr_pass:
FR_OUTQUE 0x000004 /* outgoing packets */
FR_INQUE 0x000008 /* ingoing packets */
FR_LOG 0x000010 /* Log */
- FR_LOGP 0x000011 /* Log-pass */
- FR_LOGB 0x000012 /* Log-fail */
+ FR_LOGB 0x000011 /* Log-fail */
+ FR_LOGP 0x000012 /* Log-pass */
FR_LOGBODY 0x000020 /* log the body of packets too */
FR_LOGFIRST 0x000040 /* log only the first packet to match */
FR_RETRST 0x000080 /* return a TCP RST packet if blocked */