Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Sep 2022 11:17:41 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 06bfd0b9143b - main - setkey.8: Improve direction descriptions
Message-ID:  <202209131117.28DBHfbu068875@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=06bfd0b9143b0409b1b343976ca1d6f41f796423

commit 06bfd0b9143b0409b1b343976ca1d6f41f796423
Author:     Bram Ton <bram@cbbg.nl>
AuthorDate: 2022-09-13 11:16:48 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-09-13 11:16:48 +0000

    setkey.8: Improve direction descriptions
    
    Be more precise in the definition of policy directions
    and policy levels.
    
    PR:             250177
    Reported by:    Bram Ton <bram at cbbg dot nl>
    Reviewed by:    gbe, ae
    MFC after:      1 week
    Differential Revision:  https://reviews.freebsd.org/D26719
---
 sbin/setkey/setkey.8 | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8
index 540c0324ce22..ff36c53a2f7f 100644
--- a/sbin/setkey/setkey.8
+++ b/sbin/setkey/setkey.8
@@ -29,7 +29,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd April 27, 2022
+.Dd September 13, 2022
 .Dt SETKEY 8
 .Os
 .\"
@@ -455,17 +455,18 @@ is expressed in one of the following three formats:
 .Pp
 The direction of a policy must be specified as
 one of:
-.Li out ,
-.Li in ,
+.Li out
+or
+.Li in .
+The direction is followed by one of the following policy levels:
 .Li discard ,
 .Li none ,
 or
 .Li ipsec .
 The
 .Li discard
-direction
-means that packets matching the supplied indices will be discarded
-while
+policylevel means that packets matching the supplied indices will
+be discarded while
 .Li none
 means that IPsec operations will not take place on the packet and
 .Li ipsec



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