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
Unknown Object (File)
Tue, Sep 10, 10:05 PM
Unknown Object (File)
Sat, Sep 7, 11:48 PM
Unknown Object (File)
Sat, Sep 7, 4:45 PM
Unknown Object (File)
Sat, Sep 7, 10:53 AM
Unknown Object (File)
Thu, Sep 5, 6:33 PM
Unknown Object (File)
Aug 12 2024, 5:56 PM
Unknown Object (File)
Aug 11 2024, 9:03 AM
Unknown Object (File)
Aug 9 2024, 11:49 PM

Diff Detail

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

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.Tue, Aug 20, 9:35 PM
This revision was automatically updated to reflect the committed changes.