Page MenuHomeFreeBSD

Preserve IPv6 fragment IDs accross reassembly and refragmentation
ClosedPublic

Authored by kp on Mar 31 2015, 9:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 9 2024, 1:06 PM
Unknown Object (File)
Dec 19 2023, 11:37 PM
Unknown Object (File)
Dec 18 2023, 6:01 AM
Unknown Object (File)
Nov 5 2023, 9:01 PM
Unknown Object (File)
Oct 4 2023, 7:58 PM
Unknown Object (File)
Aug 13 2023, 6:26 AM
Unknown Object (File)
Aug 4 2023, 7:29 AM
Unknown Object (File)
Aug 4 2023, 3:00 AM
Subscribers
None

Details

Reviewers
philip
gnn
Group Reviewers
network
Summary

When forwarding fragmented IPv6 packets and filtering with PF we
reassemble and refragment. That means we generate new fragment headers
and a new fragment ID.

We already save the fragment IDs so we can do the reassembly so it's
straightforward to apply the incoming fragment ID on the refragmented
packets.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

kp retitled this revision from to Preserve IPv6 fragment IDs accross reassembly and refragmentation.
kp updated this object.
kp edited the test plan for this revision. (Show Details)
kp added reviewers: philip, gnn, network.
kp set the repository for this revision to rS FreeBSD src repository - subversion.
gnn edited edge metadata.
This revision is now accepted and ready to land.Mar 31 2015, 9:59 PM

Committed as r280955.