summaryrefslogtreecommitdiff
path: root/sbin
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
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')
-rw-r--r--sbin/brconfig/brconfig.84
-rw-r--r--sbin/pfctl/pfctl.84
2 files changed, 4 insertions, 4 deletions
diff --git a/sbin/brconfig/brconfig.8 b/sbin/brconfig/brconfig.8
index 6e193becadc..a311492f5b5 100644
--- a/sbin/brconfig/brconfig.8
+++ b/sbin/brconfig/brconfig.8
@@ -1,4 +1,4 @@
-.\" $OpenBSD: brconfig.8,v 1.58 2006/07/25 12:45:08 jmc Exp $
+.\" $OpenBSD: brconfig.8,v 1.59 2006/10/23 07:05:49 jmc Exp $
.\"
.\" Copyright (c) 1999-2001 Jason L. Wright (jason@thought.net)
.\" All rights reserved.
@@ -334,7 +334,7 @@ An example
.Xr pf.conf 5
rule using this tag is:
.Pp
-.Dl pass tagged boss keep state queue q_med
+.Dl pass tagged boss queue q_med
.Sh IPSEC BRIDGE
The bridge can also be used to tunnel Ethernet frames over IPv4 or
IPv6 by using the
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