Actions
Feature #1741
openflow: use capture methods flow hash
Effort:
Difficulty:
Label:
Description
Some capture methods expose a flow hash value. It would be nice to be able to use this to avoid calculating it ourselves.
Implementation could probably simply be that the Packet structure gets a uint32_t that is used if non-0 or maybe if a packet flag is set.
Updated by Victor Julien over 8 years ago
- Target version changed from TBD to 70
The packet now has a Packet::flow_hash value that is set in the decoders. So passing this on from the capture layer is a lot simpler now.
Updated by Victor Julien over 5 years ago
- Assignee changed from OISF Dev to Community Ticket
- Target version changed from 70 to TBD
Actions