X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/blobdiff_plain/beb4f0eeafb386d83f2593fec489f4291583e08b..ce6434f7d5bcd51d8bf006e38d7b25dcbf8b518f:/functions.m4 diff --git a/functions.m4 b/functions.m4 index 891b037..d059de6 100644 --- a/functions.m4 +++ b/functions.m4 @@ -389,6 +389,7 @@ defnetclass () { ## Pass 1. Establish the from_NAME and to_NAME constants, and the ## netclass's mask bit. + trace "netclass $name = $netclassindex" eval from_$name=$(( $netclassindex << $BIT_FROM )) eval to_$name=$(( $netclassindex << $BIT_TO )) eval _mask_$name=$(( 1 << ($netclassindex + $BIT_MASK) ))