From b4dbe2fc287586e8fc3f375ffbff81d52a39b74d Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Tue, 1 Sep 2009 13:44:02 +0000 Subject: i have no idea who smuggled this in my tree but it is right (adopt for new pf) --- share/man/man4/pf.4 | 14 ++++---------- 1 file 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 -- cgit v1.2.3