We do not support pfsync, so:

- remove xrefs to pfsync(4)
- remove the no-sync keyword from pf.conf(5)
- add a note to pf(4).

Approved by Peter Postma.
This commit is contained in:
pavel 2006-04-26 18:14:19 +00:00
parent e3b35bceeb
commit f705cb5488
2 changed files with 11 additions and 9 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pf.4,v 1.4 2006/04/26 17:55:33 pavel Exp $
.\" $NetBSD: pf.4,v 1.5 2006/04/26 18:14:19 pavel Exp $
.\" $OpenBSD: pf.4,v 1.54 2004/12/22 17:17:55 dhartmei Exp $
.\"
.\" Copyright (C) 2001, Kjell Wooding. All rights reserved.
@ -1104,7 +1104,7 @@ main(int argc, char *argv[])
.Xr ioctl 2 ,
.Xr bridge 4 ,
.Xr pflog 4 ,
.Xr pfsync 4 ,
.\" .Xr pfsync 4 ,
.Xr pfctl 8 ,
.Xr altq 9
.Sh HISTORY
@ -1119,6 +1119,8 @@ in this version of
.Nx :
.Bl -bullet -offset indent
.It
The pfsync protocol is not supported.
.It
The
.Em group
keyword is not supported.

View File

@ -1,4 +1,4 @@
.\" $NetBSD: pf.conf.5,v 1.6 2006/04/26 17:55:33 pavel Exp $
.\" $NetBSD: pf.conf.5,v 1.7 2006/04/26 18:14:19 pavel Exp $
.\" $OpenBSD: pf.conf.5,v 1.326 2005/03/01 18:10:44 jmc Exp $
.\"
.\" Copyright (c) 2002, Daniel Hartmeier
@ -1935,10 +1935,10 @@ support the following options:
Limits the number of concurrent states the rule may create.
When this limit is reached, further packets matching the rule that would
create state are dropped, until existing states time out.
.It Ar no-sync
Prevent state changes for states created by this rule from appearing on the
.Xr pfsync 4
interface.
.\" .It Ar no-sync
.\" Prevent state changes for states created by this rule from appearing on the
.\" .Xr pfsync 4
.\" interface.
.It Ar <timeout> <seconds>
Changes the timeout values used for states created by this rule.
For a list of all valid timeout names, see
@ -2755,7 +2755,7 @@ tos = "tos" ( "lowdelay" | "throughput" | "reliability" |
[ "0x" ] number )
state-opts = state-opt [ [ "," ] state-opts ]
state-opt = ( "max" number | "no-sync" | timeout |
state-opt = ( "max" number | timeout |
"source-track" [ ( "rule" | "global" ) ] |
"max-src-nodes" number | "max-src-states" number |
"max-src-conn" number |
@ -2818,7 +2818,7 @@ Example rulesets.
.Xr ip 4 ,
.Xr ip6 4 ,
.Xr pf 4 ,
.Xr pfsync 4 ,
.\" .Xr pfsync 4 ,
.Xr route 4 ,
.Xr tcp 4 ,
.Xr udp 4 ,