summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarco Pfatschbacher <mpf@cvs.openbsd.org>2007-09-20 20:50:08 +0000
committerMarco Pfatschbacher <mpf@cvs.openbsd.org>2007-09-20 20:50:08 +0000
commit1a3737edb8557f3b105cdbe88a0da4ca4c9d0419 (patch)
treef05e357fc1c837ba19f27749690ca485e7463e46 /share
parentfd2824d2bbeedc38b905242d622256c8043184c0 (diff)
Since keep state is the default now, change pf.conf
example to use (no-sync) for pfsync and carp traffic. OK mcbride@
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/pfsync.48
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man4/pfsync.4 b/share/man/man4/pfsync.4
index c5adc06ec08..23503e68a6f 100644
--- a/share/man/man4/pfsync.4
+++ b/share/man/man4/pfsync.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pfsync.4,v 1.25 2007/05/31 19:19:51 jmc Exp $
+.\" $OpenBSD: pfsync.4,v 1.26 2007/09/20 20:50:07 mpf Exp $
.\"
.\" Copyright (c) 2002 Michael Shalayeff
.\" Copyright (c) 2003-2004 Ryan McBride
@@ -24,7 +24,7 @@
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd $Mdocdate: May 31 2007 $
+.Dd $Mdocdate: September 20 2007 $
.Dt PFSYNC 4
.Os
.Sh NAME
@@ -199,8 +199,8 @@ traffic through.
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
+pass quick on { sis2 } proto pfsync keep state (no-sync)
+pass on { sis0 sis1 } proto carp keep state (no-sync)
.Ed
.Pp
If it is preferable that one firewall handle the traffic,