| 221 | ---- |
| 222 | Trying to sort out the ifconfig stuff now. Assumption: we can add a hook that fires when the control net comes up and the control net will already be configured via DHCP on boss (or wherever). I'm trying to configure the data net(s), route(s), and interfaces. |
| 223 | |
| 224 | The SQL to get the interface data for a node is arcane and a mess. Looking into it though. |
| 225 | |
| 226 | * Currently trying to find out where node id comes from. The client must know it as the message arrives at tmcd with the node id there. I need this for the horrible SQL statement that tells me the data net interfaces. |
| 227 | * I also need to know this for the simple node_id --> pid/eid SQL. |
| 228 | * |