diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-12 05:54:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2018-07-12 05:54:50 +0000 |
commit | 1dcc2c46dc69cf4422b1d5cfb650e6db12bdc7cb (patch) | |
tree | a4bf51c5e1469cf9ef0817c194ef98bc3e6c70cb | |
parent | 1dfa74258ce4271ff2ba9c8fa9d024a078618203 (diff) |
syncookies never is the default; from paul de weerd
ok henning
-rw-r--r-- | share/man/man5/pf.conf.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/pf.conf.5 b/share/man/man5/pf.conf.5 index 710721cec97..247ceef40a5 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.576 2018/07/10 19:27:11 henning Exp $ +.\" $OpenBSD: pf.conf.5,v 1.577 2018/07/12 05:54:49 jmc Exp $ .\" .\" Copyright (c) 2002, Daniel Hartmeier .\" Copyright (c) 2003 - 2013 Henning Brauer <henning@openbsd.org> @@ -28,7 +28,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 10 2018 $ +.Dd $Mdocdate: July 12 2018 $ .Dt PF.CONF 5 .Os .Sh NAME @@ -1376,7 +1376,7 @@ seemingly accepting connections that will be dropped later on. .Pp .Bl -tag -width adaptive -compact .It Cm never -pf will never send syncookie SYNACKs. +pf will never send syncookie SYNACKs (the default). .It Cm always pf will always send syncookie SYNACKs. .It Cm adaptive |