##----------------------------------------------------------------------------- ## check/dsl.exp __FLI4LVER__ ## ## P L E A S E R E A D T H E D O C U M E N T A T I O N , ## ## B I T T E U N B E D I N G T D I E D O K U M E N T A T I O N ## ## Creation: ?? ## Last Update: $Id$ ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by ## the Free Software Foundation; either version 2 of the License, or ## (at your option) any later version. ##----------------------------------------------------------------------------- PPPD_VERSION = '2\.4\.[24]' : '' PPPOE_TYPE = 'sync|async|in_kernel' : 'wrong pppoe type, choose one of async, sync or in_kernel' PPPOE_TIMEOUT = '(RE:NUMERIC)|never' : 'invalid timeout specification, use a numerical value or never' DSL_MTUMRU = '[5-9][0-9][0-9]|1[0-3][0-9][0-9]|14[0-8][0-9]|149[0-2]' : 'must be a number between 500 and 1492' FRITZDSL_TYPE = 'fcdsl|fcdslsl|fcdsl2|fcdslusb|fcdslslusb|fcdslusb2' : 'wrong modem type, please choose one of fcdsl, fcdsl2, fcdslusb, fcdslslusb, fcdslsl or fcdslusb2' PPTP_MODEM = 'bbaa|bcaa|mxstream|xdsl' : 'wrong modem type, please choose one of bbaa, bcaa, mxstream or xdsl' FRITZDSL_PROVIDER = 'U-R2|ECI|Siemens|Switzerland|Belgium|Netcologne|Austria1|Austria2|Austria3|Austria4|oldArcor' : 'wrong type of provider, please choose U-R2, ECI, Siemens, oldArcor, Netcologne, Switzerland, Belgium, Austria1, Austria2, Austria3 or Austria4' 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)' DSL_NAME = '[-0-9A-Za-z]{1,15}' : 'only up to 15 characters allowed; characters should be numbers, letters or minus sign' CIRC_YESNO = 'no' : 'DSL circuits are for developers only; If you would like to work on them, please edit the check files to enable them manually.' +FW_IF(OPT_PPPOE) = 'pppoe' : 'foo' +FW_IF(OPT_PPTP) = 'pppoe' : 'foo' +FW_IF(OPT_FRITZDSL) = 'pppoe' : 'foo'