Actions
Bug #2044
closedaf-packet: faulty VLAN handling in tpacket-v3 mode
Affected Versions:
Effort:
Difficulty:
Label:
Description
When #1780 was fixed, it turned out that TPACKET_V3-related code contains a typo that made correct VLAN handling impossible (packet's description was saved instead of a packet's header). Somehow it worked before, probably due to alignment or something, however when 3.2.1 was released, tpacket-v3 broke down.
We need to fix the typo and bring VLAN parsing/writing in V3 mode back.
Updated by Alexander Gozman almost 8 years ago
Updated by Alexander Gozman almost 8 years ago
- Status changed from New to Resolved
Updated by Victor Julien almost 8 years ago
- Status changed from Resolved to Closed
- Target version changed from 3.2.2 to 4.0beta1
This is fixed in master, so we still need to fix it for 3.2.x
Actions