Bases: enum.Enum
Emergency routing status flags for the diagnostic filters. Note that only one has to match for the counter to be incremented
Attributes
| FIRST_STAGE | Packet is in first hop of emergency route; packet wouldn’t have reached this router without emergency routing |
| FIRST_STAGE_COMBINED | Packet is in first hop of emergency route; packet should also have been sent here by normal routing |
| NORMAL | Packet is not emergency routed |
| SECOND_STAGE | Packet is in last hop of emergency route and should now return to normal routing |