##----------------------------------------------------------------------------- ## isdn.exp - fli4l configuration check __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 , ## S E E R E A D M E . T X T ## ## 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 ## L E S E N , S I E H E R E A D M E . T X T ## ## Creation: 26.06.2001 fm ## Last Update: $Id$ ## ## Copyright (c) 2001 Frank Meyer ## ## 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. ##----------------------------------------------------------------------------- ISDN_BANDWIDTH = '()|((RE:NUMERIC)[[:space:]](RE:NUMERIC))' : 'ISDN_CIRC_x_BANDWITH must be a number followed by a space and a number or else it must be left empty' ISDN_AUTH = '()|chap|pap' : 'ISDN_CIRC_x_AUTH must be set to pap or chap or else it must be left empty' ISDN_CALLBACK = 'off|in|out|cbcp[036]?' : 'ISDN_CIRC_x_CALLBACK must be set to off, in, out, cbcp, cbcp0, cbcp3 or cbcp6' ISDN_FRAMECOMP = 'no|default|all|lzs|lzsstd|lzsext|bsdcomp|lzsstd-mh' : 'ISDN_CIRC_x_FRAMECOMP must be set to no, default, all, lzs, lzsstd, lzsext, bsdcomp or lzsstd-mh' ISDN_LZSCOMP = '[0-9]' : 'ISDN_LZS_COMP must be set to a value between 0 and 9' ISDN_LZSDEBUG = '[0-3]' : 'ISDN_LZS_DEBUG must be set to a value between 0 and 3' ISDN_LZSTWEAK = '(0x)?[0]*[0-7]' : 'ISDN_LZS_Tweak should be a decimal or hexadeimal number between 0 and 7' ISDN_TYPE = 'ppp|raw' : 'ISDN_CIRC_x_TYPE must be set to ppp or raw' ISDN_NAME = '[-0-9A-Za-z]{1,15}' : 'ISDN_CIRC_x_NAME name must consist of 1 to 15 characters (only alphanumerical characters and hyphens are acceptable)' +FW_IF(OPT_ISDN)= 'isdn[+]|ippp[+]|circuit-[-_0-9A-Za-z]+' : ''