diff options
author | 2006-10-06 16:25:24 +0000 | |
---|---|---|
committer | 2006-10-06 16:25:24 +0000 | |
commit | b14ad532109b1edbd35c9e57d92144f763886246 (patch) | |
tree | 7f642309c27b67f7907936e7c6592548e7594517 | |
parent | missing fixes for STATEFUL INSPECTION; (diff) | |
download | wireguard-openbsd-b14ad532109b1edbd35c9e57d92144f763886246.tar.xz wireguard-openbsd-b14ad532109b1edbd35c9e57d92144f763886246.zip |
these fixes got lost somehow;
-rw-r--r-- | share/man/man5/pf.conf.5 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 83d01687024..340fcdc7dd4 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.358 2006/10/06 13:56:29 jmc Exp $ +.\" $OpenBSD: pf.conf.5,v 1.359 2006/10/06 16:25:24 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" All rights reserved. @@ -361,8 +361,8 @@ sets the maximum number of entries in the memory pool used by state table entries (generated by .Ar pass rules which do not specify -.Ar no state -) to 20000. +.Ar no state ) +to 20000. Using .Bd -literal -offset indent set limit frags 20000 @@ -1214,11 +1214,11 @@ nor are specified, the rule will match packets in both directions. .It Ar log In addition to the action specified, a log message is generated. -Unless the +Only the packet that establishes the state is logged, +unless the .Ar no state -option is specified, only the -packet that establishes the state is logged. -(See +option is specified +(see .Ar keep state , .Ar modulate state and |