Documentation
¶
Overview ¶
Package strongswan provides an i3 barista module for strongSwan VPNs.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Info ¶
type Info struct {
// Error is set if an error was encountered when retrieving the
// information.
Error error
IKE string
Child string
VirtualIP string
// contains filtered or unexported fields
}
Info contains information about the strongSwan VPN.
func (*Info) Connecting ¶
Connecting returns true if one, but not both of, the IKE and Child SAs are up.
type Module ¶
type Module struct {
// contains filtered or unexported fields
}
Module implements bar.Module.
func NewWithSocket ¶
NewWithSocket returns a new strongswan Module with with a specified vici socket.
Click to show internal directories.
Click to hide internal directories.