Skip to content
Commit 0b5ccb2e authored by Patrick McHardy's avatar Patrick McHardy
Browse files

ipv6: reassembly: use seperate reassembly queues for conntrack and local delivery



Currently the same reassembly queue might be used for packets reassembled
by conntrack in different positions in the stack (PREROUTING/LOCAL_OUT),
as well as local delivery. This can cause "packet jumps" when the fragment
completing a reassembled packet is queued from a different position in the
stack than the previous ones.

Add a "user" identifier to the reassembly queue key to seperate the queues
of each caller, similar to what we do for IPv4.

Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent 9abfe315
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment