#------------------------------------------------------------------------------ # fli4l __FLI4LVER__ - configuration check for vpn # # Last Update: $Id$ # # Copyright (c) 2003-2014 - fli4l-Team #------------------------------------------------------------------------------ # kernel-mode PPTP is currently not supported :-( # create a ticket to make me include the pppd plugin from the accel-pptp # project and combine it with the pptp kernel module PPTP_TYPE = 'daemon' : 'wrong pptp type, choose one of: daemon' PPTP_PCLOGLVL = '[0-2]' : 'wrong log level specification, use 0 (low), 1 (default) or 2 (high)' PPTP_PC_TO = '[0-9].[0-9][0-9]|10.00|()' : 'wrong timeout, leave empty to use default timeouts; use 0.00-10.00 (with two digits after the dot; 0.00 - no buffering at all)' +PPP_TYPE(OPT_PPP_PPTP) = 'pptp' : 'pptp; ' +PPP_TYPE(OPT_PPP_PPTP_SERVER) = 'pptp-server' : 'pptp-server; '