vici: Correctly document 'up' key for updown events

Instead of sending 'no' it is omitted when an SA goes down.
This commit is contained in:
Tobias Brunner
2016-03-01 11:05:34 +01:00
parent 7823393926
commit fedb16236c
+2 -2
View File
@@ -788,7 +788,7 @@ information during an active_list-authorities_ command.
The _ike-updown_ event is issued when an IKE_SA is established or terminated. The _ike-updown_ event is issued when an IKE_SA is established or terminated.
{ {
up = <yes or no> up = <set if up event>
<IKE_SA config name> = { <IKE_SA config name> = {
<same data as in the list-sas event, but without child-sas section> <same data as in the list-sas event, but without child-sas section>
} }
@@ -814,7 +814,7 @@ The _ike-rekey_ event is issued when an IKE_SA is rekeyed.
The _child-updown_ event is issued when a CHILD_SA is established or terminated. The _child-updown_ event is issued when a CHILD_SA is established or terminated.
{ {
up = <yes or no> up = <set if up event>
<IKE_SA config name> = { <IKE_SA config name> = {
<same data as in the list-sas event, but with only the affected <same data as in the list-sas event, but with only the affected
CHILD_SA in the child-sas section> CHILD_SA in the child-sas section>