Page MenuHomeFreeBSD

netinet: Add a sysctl to allow disabling connections to INADDR_ANY
ClosedPublic

Authored by markj on Aug 9 2024, 11:47 PM.
Tags
None
Referenced Files
F101849709: D46259.diff
Mon, Nov 4, 4:17 PM
Unknown Object (File)
Fri, Nov 1, 12:53 PM
Unknown Object (File)
Sun, Oct 27, 11:30 PM
Unknown Object (File)
Fri, Oct 18, 9:37 AM
Unknown Object (File)
Oct 2 2024, 11:14 PM
Unknown Object (File)
Sep 30 2024, 2:58 PM
Unknown Object (File)
Sep 18 2024, 7:07 AM
Unknown Object (File)
Sep 18 2024, 7:06 AM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 58981
Build 55868: arc lint + arc unit

Event Timeline

markj requested review of this revision.Aug 9 2024, 11:47 PM
zlei added inline comments.
sys/netinet/in_pcb.c
237

Maybe default to 0 to disable this feature ? The behavior can be easily reverted if required, if it is indeed useful to some users.

sys/netinet/in_pcb.c
237

We should, yes, but right now we have no idea what breaks. My thinking is to start by making the behaviour configurable, so that developers can experiment more easily.

This revision was not accepted when it landed; it landed in state Needs Review.Aug 20 2024, 9:35 PM
This revision was automatically updated to reflect the committed changes.