CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/07/11 07:06:16
Modified files:
sys/netinet : ip_icmp.c
sys/netinet6 : icmp6.c
Log message:
rtm_send() the cloned routes because of ICMP mtu changes. Until now
these changes to the routing table have not been visible whereas the
RTM_DELETE of those routes have been. Remove this inconsistency.
Input and OK mpi@
OK henning@
