CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2018/12/10 16:00:01
Modified files: sys/netinet6 : icmp6.c Log message: When forwarding IPv6 packets, generated ICMP6 packets used the interface address of the route as source address. To avoid using link-local addresses in ICMP6 packets sent into networks where they are out of scope, use the regular IPv6 source selection algorithm also in this icmp6_reflect() case. reported by sthen@; fix from Arnaud BRAND; OK claudio@