diff options
author | Kjell Wooding <kjell@cvs.openbsd.org> | 1999-07-08 05:05:11 +0000 |
---|---|---|
committer | Kjell Wooding <kjell@cvs.openbsd.org> | 1999-07-08 05:05:11 +0000 |
commit | eaa3deb49e9a97ba42827597f4175b5c14305107 (patch) | |
tree | e5f79dc5d02e5894154666a6caabd29fbf7f84c4 /sbin | |
parent | 46b37a7e73901ca8bdb1d213407b26cc2d395e3d (diff) |
There can be only one "HEAD" rule per group.
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipf/ipf.5 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sbin/ipf/ipf.5 b/sbin/ipf/ipf.5 index ef6c9fc7ac5..2b23c2848b8 100644 --- a/sbin/ipf/ipf.5 +++ b/sbin/ipf/ipf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipf.5,v 1.13 1999/06/04 02:45:17 aaron Exp $ +.\" $OpenBSD: ipf.5,v 1.14 1999/07/08 05:05:10 kjell Exp $ .TH IPF 5 .SH NAME ipf \- IP packet filter rule syntax @@ -146,10 +146,13 @@ feature is for use by knowledgeable hackers, and is not currently documented. .TP .B "skip <n>" +This action is not currently implemented. .TP .B auth +This action is not currently implemented. .TP .B preauth +This action is not currently implemented. .PP The next word must be either \fBin\fP or \fBout\fP. Each packet moving through the kernel is either inbound (just been received on an @@ -377,6 +380,8 @@ processing isn't stopped until it has returned from processing the group. .PP A rule may be both the head for a new group and a member of a non-default group (\fBhead\fP and \fBgroup\fP may be used together in a rule). +.PP +There may be only one \fBhead\fP rule per group. .TP .B "head <n>" indicates that a new group (number n) should be created. |