diff options
Diffstat (limited to 'net-dialup/openl2tp/files/openl2tpd.confd')
-rw-r--r-- | net-dialup/openl2tp/files/openl2tpd.confd | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/net-dialup/openl2tp/files/openl2tpd.confd b/net-dialup/openl2tp/files/openl2tpd.confd new file mode 100644 index 000000000000..c4b7ee5ec392 --- /dev/null +++ b/net-dialup/openl2tp/files/openl2tpd.confd @@ -0,0 +1,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= |