aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2011-07-17 17:33:39 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2011-07-17 17:33:39 +0000
commit5847215098b023e1d7554e1456c059ddde8622bc (patch)
treec1ad6ab3f85e23c0a9b1c0c2c72eacc948ea6493 /contrib
parent6edeb2c725ecd20ebc19219f758804fd9252431e (diff)
downloadsrc-5847215098b023e1d7554e1456c059ddde8622bc.tar.gz
src-5847215098b023e1d7554e1456c059ddde8622bc.zip
Correct the description of struct pfioc_state_kill.
PR: kern/158997 Submitted by: ohauer
Notes
Notes: svn path=/head/; revision=224141
Diffstat (limited to 'contrib')
-rw-r--r--contrib/pf/man/pf.47
1 files changed, 5 insertions, 2 deletions
diff --git a/contrib/pf/man/pf.4 b/contrib/pf/man/pf.4
index 1793c2ad0628..936a5a834986 100644
--- a/contrib/pf/man/pf.4
+++ b/contrib/pf/man/pf.4
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd June 28 2011
+.Dd July 17 2011
.Dt PF 4
.Os
.Sh NAME
@@ -308,14 +308,17 @@ structure from the state table.
.It Dv DIOCKILLSTATES Fa "struct pfioc_state_kill *psk"
Remove matching entries from the state table.
This ioctl returns the number of killed states in
-.Va psk_af .
+.Va psk_killed .
.Bd -literal
struct pfioc_state_kill {
+ struct pf_state_cmp psk_pfcmp;
sa_family_t psk_af;
int psk_proto;
struct pf_rule_addr psk_src;
struct pf_rule_addr psk_dst;
char psk_ifname[IFNAMSIZ];
+ char psk_label[PF_RULE_LABEL_SIZE];
+ u_int psk_killed;
};
.Ed
.It Dv DIOCCLRSTATES Fa "struct pfioc_state_kill *psk"