diff options
author | 2008-09-10 15:07:47 +0000 | |
---|---|---|
committer | 2008-09-10 15:07:47 +0000 | |
commit | 1229eda70c399bd799e33717295935cf0f7a58de (patch) | |
tree | dd415cdf943ad43267de3ea3f3d53699591e1986 | |
parent | Properly free allocated memory if carp_demote_get encounters an error. (diff) | |
download | wireguard-openbsd-1229eda70c399bd799e33717295935cf0f7a58de.tar.xz wireguard-openbsd-1229eda70c399bd799e33717295935cf0f7a58de.zip |
pflow related stuff, reminded by jmc
-rw-r--r-- | share/man/man5/pf.conf.5 | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index e2fe61dba06..ff0e7bc5e7b 100644 --- a/share/man/man5/pf.conf.5 +++ b/share/man/man5/pf.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pf.conf.5,v 1.402 2008/06/11 07:21:00 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.403 2008/09/10 15:07:47 henning Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -27,7 +27,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 11 2008 $ +.Dd $Mdocdate: September 10 2008 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -2098,6 +2098,10 @@ easier. This is intended to be used in situations where one does not see all packets of a connection, e.g. in asymmetric routing situations. Cannot be used with modulate or synproxy state. +.It Ar pflow +States created by this rule are exported on the +.Xr pflow 4 +interface. .El .Pp Multiple options can be specified, separated by commas: @@ -2963,7 +2967,7 @@ tos = ( "lowdelay" | "throughput" | "reliability" | [ "0x" ] number ) state-opts = state-opt [ [ "," ] state-opts ] -state-opt = ( "max" number | "no-sync" | timeout | sloppy | +state-opt = ( "max" number | "no-sync" | timeout | "sloppy" | "pflow" | "source-track" [ ( "rule" | "global" ) ] | "max-src-nodes" number | "max-src-states" number | "max-src-conn" number | @@ -3026,6 +3030,7 @@ Service name database. .Xr ip 4 , .Xr ip6 4 , .Xr pf 4 , +.Xr pflow 4 , .Xr pfsync 4 , .Xr route 4 , .Xr tcp 4 , |