Page MenuHomeFreeBSD

Add net.inet.ip.source_address_validation
ClosedPublic

Authored by glebius on Nov 9 2021, 8:35 PM.
Tags
None
Referenced Files
F82544903: D32914.diff
Tue, Apr 30, 2:19 AM
Unknown Object (File)
Tue, Apr 23, 10:28 AM
Unknown Object (File)
Mon, Apr 1, 3:50 AM
Unknown Object (File)
Jan 25 2024, 5:20 AM
Unknown Object (File)
Jan 11 2024, 1:28 AM
Unknown Object (File)
Jan 3 2024, 1:07 AM
Unknown Object (File)
Dec 24 2023, 7:54 AM
Unknown Object (File)
Dec 22 2023, 10:55 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.