diff options
author | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-10-02 00:25:43 +0000 |
---|---|---|
committer | Ryan Thomas McBride <mcbride@cvs.openbsd.org> | 2003-10-02 00:25:43 +0000 |
commit | 20429d68ea6e0178832192152535cf35f424005b (patch) | |
tree | 00e1b41c252951bc59db7549c663908c30054e60 | |
parent | 63cfe7660384af4f7a7d25532c1dceecde46c7eb (diff) |
Sync with pfvar.h
-rw-r--r-- | share/man/man4/pf.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/pf.4 b/share/man/man4/pf.4 index 69df4a496cd..236405eab8c 100644 --- a/share/man/man4/pf.4 +++ b/share/man/man4/pf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.4,v 1.38 2003/10/01 14:32:54 cedric Exp $ +.\" $OpenBSD: pf.4,v 1.39 2003/10/02 00:25:42 mcbride Exp $ .\" .\" Copyright (C) 2001, Kjell Wooding. All rights reserved. .\" @@ -132,6 +132,7 @@ are ignored. Adds .Bd -literal struct pfioc_altq { + u_int32_t action; u_int32_t ticket; u_int32_t nr; struct pf_altq altq; @@ -251,6 +252,7 @@ struct pf_status { u_int32_t states; u_int32_t since; u_int32_t debug; + char ifname[IFNAMSIZ]; }; .Ed .Pp @@ -269,7 +271,7 @@ struct pfioc_natlook { u_int16_t dport; u_int16_t rsport; u_int16_t rdport; - u_int8_t af; + sa_family_t af; u_int8_t proto; u_int8_t direction; }; |