Page MenuHomeFreeBSD

udp: Add a sysctl to control binding
Needs ReviewPublic

Authored by markj on Fri, Jan 24, 5:04 PM.

Details

Reviewers
glebius
Group Reviewers
network
transport
Summary

Introduce the net.inet.udp.bind_all_fibs tunable, set to 1 by default
for compatibility with current behaviour. When set to 0, all received
datagrams will be dropped unless an inpcb bound to the same FIB exists.

No functional change intended, as the new behaviour is not enabled by
default.

Sponsored by: Klara, Inc.
Sponsored by: Stormshield

Diff Detail

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