diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-23 07:05:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-23 07:05:50 +0000 |
commit | 42f8cea1de3f682047053e73ddb1be54d8a61e0c (patch) | |
tree | 17c36ccb034a0e7e0b03cc3512aa374206cebefb /sbin/brconfig | |
parent | 3e8cf2d62100d47034da072862620192f937e377 (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/brconfig')
-rw-r--r-- | sbin/brconfig/brconfig.8 | 4 |
1 files changed, 2 insertions, 2 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 |