CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/11 01:42:35
Modified files:
sys/net : pfkeyv2_convert.c pipex.c
sys/netinet : ip_ipip.c tcp_usrreq.c udp_usrreq.c
sys/netinet6 : icmp6.c in6.h in6_pcb.c in6_src.c raw_ip6.c
udp6_output.c
Log message:
in6_embedscope() needs to lose some weight. Remove the last argument.
In all but two calls NULL is passed and in the other 2 cases the ifp
is only used to maybe feed it to in6_selecthlim() to select the hoplimit
for the link. Since in6_embedscope() only works on link-local addresses
it does not matter what hop limit we select since the destination is
directly reachable.
OK florian@ mpi@