aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2016-02-03 16:33:24 +0100
committerTobias Brunner <tobias@strongswan.org>2016-03-01 11:05:34 +0100
commitfedb16236cf0dac695eed81e8ec4fd39f858413e (patch)
tree2e033a5bb144145eb7177d24f8c32521515c656c /src/libcharon/plugins
parent7823393926f17164f747c5f629658c02c8bc26b9 (diff)
downloadstrongswan-fedb16236cf0dac695eed81e8ec4fd39f858413e.tar.bz2
strongswan-fedb16236cf0dac695eed81e8ec4fd39f858413e.tar.xz
vici: Correctly document 'up' key for updown events
Instead of sending 'no' it is omitted when an SA goes down.
Diffstat (limited to 'src/libcharon/plugins')
-rw-r--r--src/libcharon/plugins/vici/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md
index 405cfbad3..b40fda9b7 100644
--- a/src/libcharon/plugins/vici/README.md
+++ b/src/libcharon/plugins/vici/README.md
@@ -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.
{
- up = <yes or no>
+ up = <set if up event>
<IKE_SA config name> = {
<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.
{
- up = <yes or no>
+ up = <set if up event>
<IKE_SA config name> = {
<same data as in the list-sas event, but with only the affected
CHILD_SA in the child-sas section>
@@ -1102,8 +1102,8 @@ subdirectory, and gets built and installed if strongSwan has been
_./configure_'d with_--enable-vici_ and _--enable-perl-cpan_.
The _Vici::Session_ module provides a _new()_ constructor for a high level
-interface, the underlying _Vici::Packet_ and _Vici::Transport_ classes are
-usually not required to build Perl applications using VICI. The _Vici::Session_
+interface, the underlying _Vici::Packet_ and _Vici::Transport_ classes are
+usually not required to build Perl applications using VICI. The _Vici::Session_
class provides methods for the supported VICI commands. The auxiliare
_Vici::Message_ class is used to encode configuration parameters sent to
the daemon and decode data returned by the daemon.