CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/03/21 08:42:41
Modified files:
sys/netinet : ip_output.c
sys/netinet6 : ip6_output.c
Log message:
In ip6_output() check that the interface of a route is valid. For
IPv4 we do the same and there are races that triggers it. Increment
the statistics counter for both.
from markus@; OK mpi@
