From 16838f5907ea531799a81a693667c3d3d03737b0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 5 Mar 2012 23:51:44 +0000 Subject: [PATCH] functions.m4: Write the netclass ids to the trace output. --- functions.m4 | 1 + 1 file changed, 1 insertion(+) 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) )) -- 2.11.0