CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2014/04/07 04:04:17
Modified files: lib/libc/sys : getsockopt.2 send.2 sys/compat/linux: linux_socket.c sys/kern : uipc_socket.c sys/netinet : in_pcb.c ip_divert.c ip_output.c ip_var.h raw_ip.c tcp_output.c udp_usrreq.c sys/netinet6 : in6_src.c ip6_divert.c Log message: Retire kernel support for SO_DONTROUTE, this time without breaking localhost connections. The plan is to always use the routing table for addresses and routes resolutions, so there is no future for an option that wants to bypass it. This option has never been implemented for IPv6 anyway, so let's just remove the IPv4 bits that you weren't aware of. Tested a least by lteo@, guenther@ and chrisz@, ok mikeb@, benno@