> enum ib_node_type { > - IB_NODE_CA = 1, > + IB_NODE_IB = 0x10, /* mask for all IB node types */ > + IB_NODE_CA, > IB_NODE_SWITCH, > IB_NODE_ROUTER > }; Is there anywhere that uses this value to compare against the values that the IB spec uses in the NodeInfo record? - R.