Sean Hefty wrote: > This would be true if node_type = IB_NODE_IB | IB_NODE_CA. Okay, if the > check for IB_NODE_IB is there, I think that all that's needed is: > > if (node_type & IB_NODE_SWITCH) Never mind - this doesn't work in a generic case, since IB_NODE_CA=1 and IB_NODE_ROUTER = 3.