#------------------------------------------------------------------------------ # fli4l __FLI4LVER__ - configuration check for ipv6 # # Last Update: $Id$ # # Copyright (c) 2009-2016 - fli4l-Team #------------------------------------------------------------------------------ IPV6_LOCALV4 = '(RE:IPADDR)|dynamic' : 'either an IPv4 address or dynamic must be chosen' IPV6_TUNNEL_TYPE = 'raw|static|he|ppp' : 'unknown tunnel type' IPV6_NET_DEV = '(RE:IP_NET_DEV)|(IP_NET_[0-9]+_DEV)' : 'invalid device name, only ethernet (eth), token ring (tr) or dummy (dummy) devices are allowed, or one of the IP_NET_x_DEV variables' IPV6_LIFETIME = '(RE:NUMERIC)|forever' : 'invalid lifetime, must be a number or "forever"' DNSEXCEPTIONS6 = '()|(RE:FW_IP6_NOPORT)([[:space:]]+(RE:FW_IP6_NOPORT))*' : 'invalid list of exceptions for transparent DNS redirection' HOST_IPV6 = '(RE:FW_NET_IP6)|(RE:IPADDR6)' : 'use either an IPv6 address or a reference to one of the IPV6_NET_x-Variables (i.e. IPV6_NET_1_IPADDR)' +HOST_IPADDR6 = 'auto' : ' or "auto"' +IPADDRX(OPT_IPV6) = '(RE:IPADDR6)' : '' +IPADDRANDPORTX(OPT_IPV6) = '(RE:IPADDRANDPORT6)' : '' +MASKX(OPT_IPV6) = '(RE:MASK6)' : '' +NETWORKX(OPT_IPV6) = '(RE:NETWORK6)' : '' +LISTEN_IP(OPT_IPV6) = '(RE:FW_NET_IP6)' : '' +LISTEN_IP_PORT(OPT_IPV6) = '(RE:FW_NET_IP6)' : '' +RRDTOOL_SOURCE(OPT_IPV6=~'yes') = 'ping6' : ''