summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl.8
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-10-23 07:05:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-10-23 07:05:50 +0000
commit42f8cea1de3f682047053e73ddb1be54d8a61e0c (patch)
tree17c36ccb034a0e7e0b03cc3512aa374206cebefb /sbin/pfctl/pfctl.8
parent3e8cf2d62100d47034da072862620192f937e377 (diff)
no need to use "keep state" and "flags S/SA" in pf rules,
now that it is the default; ok henning mcbride camield (ftp-proxy bits) deraadt
Diffstat (limited to 'sbin/pfctl/pfctl.8')
-rw-r--r--sbin/pfctl/pfctl.84
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/pfctl/pfctl.8 b/sbin/pfctl/pfctl.8
index 14394b677de..cf7d4f56613 100644
--- a/sbin/pfctl/pfctl.8
+++ b/sbin/pfctl/pfctl.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfctl.8,v 1.121 2006/06/09 15:20:03 jmc Exp $
+.\" $OpenBSD: pfctl.8,v 1.122 2006/10/23 07:05:49 jmc Exp $
.\"
.\" Copyright (c) 2001 Kjell Wooding. All rights reserved.
.\"
@@ -473,7 +473,7 @@ The following commands configure the firewall and send 10 pings to the FTP
server:
.Bd -literal -offset indent
# printf "table <test> { ftp.openbsd.org }\en \e
- pass out to <test> keep state\en" | pfctl -f-
+ pass out to <test>\en" | pfctl -f-
# ping -qc10 ftp.openbsd.org
.Ed
.Pp