CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/09/05 18:05:02
Modified files:
sys/netinet : ip_divert.c
Log message:
Replace the call to ifa_ifwithaddr() in divert_output() with a route
lookup to make it MP safe. Only set the mbuf header fields that
are needed. Validate the name input.
OK mpi@
