The node_state in node_record is currently uint16_t. We should change it to uint32_t. Currently all the bits are already in use. The highest is: #define NODE_STATE_MAINT 0x8000 David
Finished in commit 7eae7f8b48a0. David