vici: Order auth rounds by optional round parameter instead of by position in the request

This commit is contained in:
Tobias Brunner
2016-03-08 10:04:55 +01:00
parent fab4c845ec
commit 229cdf6bc8
2 changed files with 74 additions and 40 deletions
+10
View File
@@ -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.