Page MenuHomeFreeBSD

Merge r281536
ClosedPublic

Authored by kp on Jun 15 2015, 10:27 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 12:47 AM
Unknown Object (File)
Mar 28 2024, 8:19 AM
Unknown Object (File)
Feb 14 2024, 2:39 AM
Unknown Object (File)
Feb 14 2024, 2:34 AM
Unknown Object (File)
Dec 20 2023, 12:50 AM
Unknown Object (File)
Nov 27 2023, 11:23 PM
Unknown Object (File)
Oct 4 2023, 7:40 AM
Unknown Object (File)
Oct 1 2023, 5:21 AM
Subscribers

Details

Summary

pf: Fix forwarding detection

If the direction is not PF_OUT we can never be forwarding. Some input packets
have rcvif != ifp (looped back packets), which lead us to ip6_forward() inbound
packets, causing panics.

Equally, we need to ensure that packets were really received and not locally
generated before trying to ip6_forward() them.

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 r281536.
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:53 PM
This revision was automatically updated to reflect the committed changes.