CVSROOT:        /cvs
Module name:    src
Changes by:     bl...@cvs.openbsd.org   2017/06/26 14:41:37

Modified files:
        sys/netinet6   : Tag: OPENBSD_6_1 icmp6.c 

Log message:
When pinging an IPv6 link-local address, the reflected packet had
::1 as source address.  It should be the link-local address of the
attached interface.  The rtalloc() in icmp6_reflect() did not find
the correct local address.  The IPv6 routing table does not use
sin6_scope_id, but the embedded scope.  So do not recover the scope.
bug report Harald Dunkel; OK mpi@
The regression was introduced in rev 1.202 just before 6.1 release.
OK for stable benno@ deraadt@

Reply via email to