Page MenuHomeFreeBSD

pf: set scope in pf_refragment6()
ClosedPublic

Authored by kp on Mar 13 2023, 5:19 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Aug 3, 10:17 AM
Unknown Object (File)
Wed, Jul 22, 4:03 PM
Unknown Object (File)
Tue, Jul 21, 1:08 AM
Unknown Object (File)
Mon, Jul 20, 6:17 AM
Unknown Object (File)
Mon, Jul 20, 2:05 AM
Unknown Object (File)
Jul 8 2026, 4:59 PM
Unknown Object (File)
Jul 4 2026, 4:52 PM
Unknown Object (File)
Jul 4 2026, 6:15 AM

Details

Summary

Link-local traffic needs to have a scope embedded before it's passed on
to ip6_output(). Do so in pf_refragment6(), because when we end up here
in the output path we may have passed through ip6_output() already
(before being reassembled), where the scope would have been removed.

Re-embed the scope so that link-local traffic is sent correctly.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable