CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/06 23:58:56
Modified files:
sys/net : rtsock.c
Log message:
Since route_input is no longer part of the protosw struct it is possible to
pass the socket to it and do the SO_USELOOPBACK check there. This removes
a the nasty hack in the output function where the sp_family is set to 0
temporarily.
OK bluhm@ mpi@
