summaryrefslogtreecommitdiff
path: root/share/man/man4/pf.4
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2009-09-01 13:44:02 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2009-09-01 13:44:02 +0000
commitb4dbe2fc287586e8fc3f375ffbff81d52a39b74d (patch)
treea4f7390ba85e935e3fec3311a7d439d72050b38d /share/man/man4/pf.4
parent6ca23cfebc3232df8893664db3f5ab84cf363d42 (diff)
i have no idea who smuggled this in my tree but it is right
(adopt for new pf)
Diffstat (limited to 'share/man/man4/pf.4')
-rw-r--r--share/man/man4/pf.414
1 files changed, 4 insertions, 10 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4
index 4383f700968..e62d76031a0 100644
--- a/share/man/man4/pf.4
+++ b/share/man/man4/pf.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pf.4,v 1.64 2009/04/02 13:46:06 sthen Exp $
+.\" $OpenBSD: pf.4,v 1.65 2009/09/01 13:44:01 henning Exp $
.\"
.\" Copyright (C) 2001, Kjell Wooding. All rights reserved.
.\"
@@ -26,7 +26,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: April 2 2009 $
+.Dd $Mdocdate: September 1 2009 $
.Dt PF 4
.Os
.Sh NAME
@@ -103,6 +103,8 @@ struct pfioc_pooladdr {
u_int8_t r_action;
u_int8_t r_last;
u_int8_t af;
+ u_int8_t which;
+ u_int8_t pad[3];
char anchor[MAXPATHLEN];
struct pf_pooladdr addr;
};
@@ -844,16 +846,8 @@ Ruleset types, identified by
include the following:
.Pp
.Bl -tag -width PF_RULESET_FILTER -offset ind -compact
-.It Dv PF_RULESET_SCRUB
-Scrub (packet normalization) rules.
.It Dv PF_RULESET_FILTER
Filter rules.
-.It Dv PF_RULESET_NAT
-NAT (Network Address Translation) rules.
-.It Dv PF_RULESET_BINAT
-Bidirectional NAT rules.
-.It Dv PF_RULESET_RDR
-Redirect rules.
.It Dv PF_RULESET_ALTQ
ALTQ disciplines.
.It Dv PF_RULESET_TABLE