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 /share | |
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 'share')
-rw-r--r-- | share/man/man4/pfsync.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4 index 4ef7873fa55..43f13b2f30c 100644 --- a/share/man/man4/pfsync.4 +++ b/share/man/man4/pfsync.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pfsync.4,v 1.23 2005/08/09 09:55:41 jmc Exp $ +.\" $OpenBSD: pfsync.4,v 1.24 2006/10/23 07:05:49 jmc Exp $ .\" .\" Copyright (c) 2002 Michael Shalayeff .\" Copyright (c) 2003-2004 Ryan McBride @@ -200,7 +200,7 @@ The following should be added to the top of .Pa /etc/pf.conf : .Bd -literal -offset indent pass quick on { sis2 } proto pfsync -pass on { sis0 sis1 } proto carp keep state +pass on { sis0 sis1 } proto carp .Ed .Pp If it is preferable that one firewall handle the traffic, |