aboutsummaryrefslogtreecommitdiffstats
path: root/src/swanctl
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-11-19 12:58:23 +0100
committerTobias Brunner <tobias@strongswan.org>2016-03-08 10:04:55 +0100
commit229cdf6bc8f24f9ce445943117c518dc6bb876a4 (patch)
tree330b6f06d6be48067c5b9b89d86a00ab06735208 /src/swanctl
parentfab4c845ec448d05476611bed1fefc009761f1b3 (diff)
downloadstrongswan-229cdf6bc8f24f9ce445943117c518dc6bb876a4.tar.bz2
strongswan-229cdf6bc8f24f9ce445943117c518dc6bb876a4.tar.xz
vici: Order auth rounds by optional `round` parameter instead of by position in the request
Diffstat (limited to 'src/swanctl')
-rw-r--r--src/swanctl/swanctl.opt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/swanctl/swanctl.opt b/src/swanctl/swanctl.opt
index b053fe32a..145fab28d 100644
--- a/src/swanctl/swanctl.opt
+++ b/src/swanctl/swanctl.opt
@@ -268,6 +268,11 @@ connections.<conn>.local<suffix> {}
unique suffix. To define a single authentication round, the suffix may be
omitted.
+connections.<conn>.local<suffix>.round = 0
+ Optional numeric identifier by which authentication rounds are sorted. If
+ not specified rounds are ordered by their position in the config file/VICI
+ message.
+
connections.<conn>.local<suffix>.certs =
Comma separated list of certificate candidates to use for authentication.
@@ -374,6 +379,11 @@ connections.<conn>.remote<suffix> {}
optional unique suffix. To define a single authentication round, the suffix
may be omitted.
+connections.<conn>.remote<suffix>.round = 0
+ Optional numeric identifier by which authentication rounds are sorted. If
+ not specified rounds are ordered by their position in the config file/VICI
+ message.
+
connections.<conn>.remote<suffix>.id = %any
IKE identity to expect for authentication round.