Edit

IABSD.fr/src/usr.sbin/inetd

Branch :

  • Show log

    Commit

  • Author : bluhm
    Date : 2023-09-03 22:01:00
    Hash : 1c33b230
    Message : 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@