Page MenuHomeFreeBSD

Add net.inet.ip.source_address_validation
ClosedPublic

Authored by glebius on Nov 9 2021, 8:35 PM.
Tags
None
Referenced Files
F115821242: D32914.diff
Tue, Apr 29, 3:41 AM
Unknown Object (File)
Tue, Apr 22, 6:04 PM
Unknown Object (File)
Sun, Apr 13, 11:53 PM
Unknown Object (File)
Fri, Apr 11, 9:44 AM
Unknown Object (File)
Fri, Apr 11, 9:37 AM
Unknown Object (File)
Mar 25 2025, 10:24 PM
Unknown Object (File)
Feb 27 2025, 3:22 AM
Unknown Object (File)
Feb 26 2025, 1:08 PM
Subscribers

Details

Summary

Drop packets arriving from the network that have our source IP
address. If maliciously crafted they can create evil effects
like an RST exchange between two of our listening TCP ports.
Such packets just can't be legitimate. Enable the tunable
by default. Long time due for a modern Internet host.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 42712
Build 39600: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Nov 9 2021, 9:47 PM
This revision now requires review to proceed.Nov 11 2021, 12:30 AM

Thank you for including the fib.

This revision is now accepted and ready to land.Nov 11 2021, 7:55 AM
This revision was automatically updated to reflect the committed changes.