CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2014/03/27 07:27:28

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, since the plan is to always
use the routing table there's 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 by florian@, man pages inputs from jmc@, ok benno@

Reply via email to