1Vici::Transport(3) User Contributed Perl Documentation Vici::Transport(3)
2
3
4
6 Vici::Transport - Perl extension for communicating via a strongSwan
7 VICI socket
8
10 use Vici::Transport;
11
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
24 strongSwan Documentation:
25 https://docs.strongswan.org/docs/5.9/plugins/vici.html
26
28 Andreas Steffen, <andreas.steffen@strongswan.org>
29
31 Copyright (C) 2015 by Andreas Steffen
32
33 Permission is hereby granted, free of charge, to any person obtaining a
34 copy of this software and associated documentation files (the
35 "Software"), to deal in the Software without restriction, including
36 without limitation the rights to use, copy, modify, merge, publish,
37 distribute, sublicense, and/or sell copies of the Software, and to
38 permit persons to whom the Software is furnished to do so, subject to
39 the following conditions:
40
41 The above copyright notice and this permission notice shall be included
42 in all copies or substantial portions of the Software.
43
44 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
45 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
46 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
47 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
48 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
49 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
50 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
51
52
53
54perl v5.36.1 2023-07-14 Vici::Transport(3)