Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

## Path:	Network/IPsec
## Description:	IPsec keying daemon (IKE)
## Type:	string
## Default:	"-v"
# 
# Start-up flags for the racoon dameon.
#
RACOON_OPTIONS="-v"

## Path:	Network/IPsec
## Description:	Tool for manipulation IPsec SPD and SA databases
## Type:	string
## Default:	""
# 
# Additional flags uset when inserting SPD rules.
#
SETKEY_OPTIONS=""

## Type:	string
## Default:	"-FP"
# 
# Flags to flush SPD on racoon exit.
#
SETKEY_FLUSH_OPTIONS="-FP"