Allow UDP for built-in inetd(8) services on 127.0.0.1.
authorbluhm <bluhm@openbsd.org>
Sun, 3 Sep 2023 22:01:00 +0000 (22:01 +0000)
committerbluhm <bluhm@openbsd.org>
Sun, 3 Sep 2023 22:01:00 +0000 (22:01 +0000)
commit1c33b230a82495eb6dc92eb19489532266bd2eab
tree975e5174a015f6be74439ad1815d99137a799ee8
parentf4863b1258a0b4a130d3a161bbe36aa6894f15ce
Allow UDP for built-in inetd(8) services on 127.0.0.1.

This restriction was added in year 2000 due to IPv6 compatible and
mapped addresses.  Nowadays our kernel does not support these IPv6
features and blocks localhost addresses on non-loopback interfaces.
Make IPv4 127.0.0.1/8 and IPv6 ::1 behave identically and provide
local services if configured.

OK mvs@ deraadt@
usr.sbin/inetd/inetd.c