Actions
Bug #3861
closedflow: check flow bypass handling
Affected Versions:
Effort:
Difficulty:
Label:
Description
After flow engine changes flow bypass might not work correctly: test this.
2 main areas of interest:
- src/flow-hash.c::FlowGetFromFlowKey
no longer does a flow queue fetch. It needs to be updated to have a local storage for flow pool blocks
- flow manager hash walk does something for these flows, but its unclear if that is still correct
Actions