1Vici::Transport(3)    User Contributed Perl Documentation   Vici::Transport(3)
2
3
4

NAME

6       Vici::Transport - Perl extension for communicating via a strongSwan
7       VICI socket
8

SYNOPSIS

10       use Vici::Transport;
11

DESCRIPTION

13       The Vici::Transport module is needed by the Vici::Packet module to send
14       and receive packets over the UNIX socket used in the communication with
15       the open source strongSwan IPsec daemon (https://www.strongswan.com)
16       via the documented Versatile IKE Configuration Interface (VICI). VICI
17       allows the onfiguration, management and monitoring of multiple IPsec
18       connections.
19
20   EXPORT
21       None by default.
22

SEE ALSO

24       strongSwan Wiki:
25       https://wiki.strongswan.org/projects/strongswan/wiki/Vici
26
27       strongSwan Mailing list:  users@lists.strongswan.org
28

AUTHOR

30       Andreas Steffen, <andreas.steffen@strongswan.org>
31
33       Copyright (C) 2015 by Andreas Steffen
34
35       Permission is hereby granted, free of charge, to any person obtaining a
36       copy of this software and associated documentation files (the
37       "Software"), to deal in the Software without restriction, including
38       without limitation the rights to use, copy, modify, merge, publish,
39       distribute, sublicense, and/or sell copies of the Software, and to
40       permit persons to whom the Software is furnished to do so, subject to
41       the following conditions:
42
43       The above copyright notice and this permission notice shall be included
44       in all copies or substantial portions of the Software.
45
46       THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
47       OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
48       MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
49       IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
50       CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
51       TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
52       SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
53
54
55
56perl v5.34.1                      2022-06-22                Vici::Transport(3)
Impressum