# These are the custom files that can be used to inject rules during loading. Please don't change them # unless you have a good reason. # To allow variable propagation/change and some creative changes of rules that I haven't tought of, # these files are sourced into the main file during setup of the order of chains. $V6CUSTPREFIX="${FWPREFIX}/ipv6/" $v6_Custom_Pre="$V6CUSTPREFIX/prerun.sh" $v6_Custom_Trust="$V6CUSTPREFIX/trusted.sh" $v6_Custom_EasyBlock="$V6CUSTPREFIX/easyblock.sh" $v6_Custom_Filter="$V6CUSTPREFIX/filter.sh" $v6_Custom_NAT="$V6CUSTPREFIX/nat.sh" $v6_Custom_PortFw="$V6CUSTPREFIX/portfw.sh" $v6_Custom_Post="$V6CUSTPREFIX/postrun.sh"