CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/11/16 05:48:19
Modified files:
sys/netinet : ip_icmp.c
sys/netinet6 : icmp6.c
Log message:
Bring icmp6_mtudisc_clone() in line with icmp_mtudisc_clone(). The
IPv4 dynamic route inherits the priority. Only clone from a valid
IPv6 route. Do not use splsoftnet() in IPv6. Some stylistic changes
to make the functions similar.
OK mpi@
