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
Updated by Victor Julien about 4 years ago
- Related to Bug #3902: flow/bypass: SEGV src/flow.c:1158:9 in FlowUpdateState added
Updated by Eric Leblond about 4 years ago
I did get a look at second point and it seems to be correct. Checking the first one.
Updated by Victor Julien about 4 years ago
- Status changed from Assigned to Closed
- Priority changed from High to Normal
Looks like we're good.
Actions