Page MenuHomeFreeBSD

Merge r280955
ClosedPublic

Authored by kp on Jun 15 2015, 10:21 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 8:37 PM
Unknown Object (File)
Mar 28 2024, 8:19 AM
Unknown Object (File)
Dec 22 2023, 11:58 PM
Unknown Object (File)
Nov 14 2023, 1:16 PM
Unknown Object (File)
Nov 11 2023, 6:21 AM
Unknown Object (File)
Nov 11 2023, 3:17 AM
Unknown Object (File)
Nov 9 2023, 6:23 AM
Unknown Object (File)
Nov 6 2023, 8:29 PM
Subscribers

Details

Summary

Preserve IPv6 fragment IDs accross reassembly and refragmentation

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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kp retitled this revision from to Merge r280955.
kp updated this object.
kp edited the test plan for this revision. (Show Details)
kp added reviewers: gnn, philip.
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.Jun 16 2015, 12:51 PM
This revision was automatically updated to reflect the committed changes.