1Vici::Message(3) User Contributed Perl Documentation Vici::Message(3)
2
3
4
6 Vici::Message - Perl extension for building and parsing strongSwan VICI
7 messages
8
10 use Vici::Message;
11
13 The Vici::Message module is needed by the Vici::Session module to build
14 and parse messages used in the communication with the open source
15 strongSwan IPsec daemon (https://www.strongswan.com) via the documented
16 Versatile IKE Configuration Interface (VICI). VICI allows the
17 configuration, management and monitoring of multiple IPsec connections.
18
19 EXPORT
20 None by default.
21
23 strongSwan Wiki:
24 https://wiki.strongswan.org/projects/strongswan/wiki/Vici
25
26 strongSwan Mailing list: users@lists.strongswan.org
27
29 Andreas Steffen, <andreas.steffen@strongswan.org>
30
32 Copyright (C) 2015 by Andreas Steffen
33
34 Permission is hereby granted, free of charge, to any person obtaining a
35 copy of this software and associated documentation files (the
36 "Software"), to deal in the Software without restriction, including
37 without limitation the rights to use, copy, modify, merge, publish,
38 distribute, sublicense, and/or sell copies of the Software, and to
39 permit persons to whom the Software is furnished to do so, subject to
40 the following conditions:
41
42 The above copyright notice and this permission notice shall be included
43 in all copies or substantial portions of the Software.
44
45 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
46 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
47 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
48 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
49 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
50 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
51 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
52
53
54
55perl v5.34.1 2022-06-22 Vici::Message(3)