blob: c4b7ee5ec392bded370bc414d99e66d46e7513b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Settings for the OpenL2TP daemon.
# OPENL2TPDARGS= : any extra command-line startup arguments for openl2tpd
# -D - enable debug messages from all tunnels and sessions
# -d nnn - set debug trace mask to nnn
# -L log-facility - set syslog facility (default LOG_DAEMON)
# -R - allow remote management using RPC
#
# OPENL2TPD_CONFIG_FILE= : a file containing L2TP config that
# is loaded when openl2tpd starts up.
# Use ipsec.so plugin for IPSec setups.
#OPENL2TPDARGS="-p ipsec.so"
OPENL2TPDARGS=
# Config file to load at openl2tpd startup.
# /etc/openl2tpd.conf is used by default if none is provided here
OPENL2TPD_CONFIG_FILE=
|