diff options
author | 2007-09-20 20:50:07 +0000 | |
---|---|---|
committer | 2007-09-20 20:50:07 +0000 | |
commit | c829769a4aa8620ad5c933da4bf4d34634980df6 (patch) | |
tree | 70b0b9e52e9a072b7586f28819379d1c774b7223 | |
parent | Fix a case where cpp is not includeing when it is supposed to, beause (diff) | |
download | wireguard-openbsd-c829769a4aa8620ad5c933da4bf4d34634980df6.tar.xz wireguard-openbsd-c829769a4aa8620ad5c933da4bf4d34634980df6.zip |
Since keep state is the default now, change pf.conf
example to use (no-sync) for pfsync and carp traffic.
OK mcbride@
-rw-r--r-- | share/man/man4/pfsync.4 | 8 |
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, |