From: Tobias Brunner Date: Fri, 14 Oct 2022 08:57:53 +0000 (+0200) Subject: swanctl: Document the behavior of %unique[-dir] on IKE_SAs X-Git-Tag: 5.9.9rc1~40^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=284fc2f7966cbdb309369953e88a848cafbe8026;p=thirdparty%2Fstrongswan.git swanctl: Document the behavior of %unique[-dir] on IKE_SAs --- diff --git a/src/swanctl/swanctl.opt b/src/swanctl/swanctl.opt index 553831eca8..9cdf78434d 100644 --- a/src/swanctl/swanctl.opt +++ b/src/swanctl/swanctl.opt @@ -301,12 +301,22 @@ connections..if_id_in = 0 XFRM interface ID set on inbound policies/SA, can be overridden by child config, see there for details. + The special value _%unique_ allocates a unique interface ID per IKE_SA, + which is inherited by all its CHILD_SAs (unless overriden there), beyond + that the value _%unique-dir_ assigns a different unique interface ID for + each direction (in/out). + connections..if_id_out = 0 Default outbound XFRM interface ID for children. XFRM interface ID set on outbound policies/SA, can be overridden by child config, see there for details. + The special value _%unique_ allocates a unique interface ID per IKE_SA, + which is inherited by all its CHILD_SAs (unless overriden there), beyond + that the value _%unique-dir_ assigns a different unique interface ID for + each direction (in/out). + connections..mediation = no Whether this connection is a mediation connection.