Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Apr 2017 10:29:09 +0000 (UTC)
From:      Benedict Reuschling <bcr@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r317339 - stable/11/sbin/setkey
Message-ID:  <201704231029.v3NAT9Xs018101@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bcr (doc committer)
Date: Sun Apr 23 10:29:09 2017
New Revision: 317339
URL: https://svnweb.freebsd.org/changeset/base/317339

Log:
  MFC r316657:
  
  Make setkey(8) more clear about anti-replay window size option semantics.
  
  PR:		172913
  Submitted by:	john@saltant.com
  Reviewed by:	ae@
  Differential Revision:  https://reviews.freebsd.org/D10304

Modified:
  stable/11/sbin/setkey/setkey.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sbin/setkey/setkey.8
==============================================================================
--- stable/11/sbin/setkey/setkey.8	Sun Apr 23 09:01:40 2017	(r317338)
+++ stable/11/sbin/setkey/setkey.8	Sun Apr 23 10:29:09 2017	(r317339)
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 5, 2017
+.Dd April 9, 2017
 .Dt SETKEY 8
 .Os
 .\"
@@ -290,12 +290,13 @@ The default value is
 .Li any .
 .\"
 .It Fl r Ar size
-Specify window size of bytes for replay prevention.
+Specify the bitmap size in octets of the anti-replay window.
 .Ar size
-must be decimal number in 32-bit word.
+is a 32-bit unsigned integer, and its value is one eighth of the
+anti-replay window size in packets.
 If
 .Ar size
-is zero or not specified, replay check does not take place.
+is zero or not specified, an anti-replay check does not take place.
 .\"
 .It Fl u Ar id
 Specify the identifier of the policy entry in SPD.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704231029.v3NAT9Xs018101>