rtm_send() the cloned routes because of ICMP mtu changes. Until now
authorclaudio <claudio@openbsd.org>
Wed, 11 Jul 2018 13:06:16 +0000 (13:06 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 11 Jul 2018 13:06:16 +0000 (13:06 +0000)
commit89d26a9ff81a3f63f01b1a47e7a57a0a09fc754f
tree0361e7bab90ce322522ad698b841fab766192cd4
parent78ff4bcea4066762b291fafba1ae344fb22a9192
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@
sys/netinet/ip_icmp.c
sys/netinet6/icmp6.c