# (Optional) location of ipsecadm. Default is /usr/sbin/ipsecadm.
#IPSECADM=

# IP addresses of physical devices that carry tunneled packets (required).
#TUNLOCAL=
#TUNREMOTE=

# SPI must be defined for an IPSec tunnel. SPI is a hexadecimal
# number, values less than 0x2000 are reserved.
#TUNSPI=0x2000

# At least one of cipher or digest must be configured.
# CIPHERFILE and DIGESTFILE are searched in iface dir.
#
# If CIPHER is defined, CIPHERFILE must be defined too.
#CIPHER=
#CIPHERFILE=

# Same for DIGEST and DIGESTFILE
#DIGEST=
#DIGESTFILE=

# --nextdev arg
#HOST=
