Andrey V. Elsukov 0b519fe44f Fix regression introduced in r296986.
Currently we don't keep zoneid in in6_ifaddr structure, because there
is still some code, that doesn't properly initialize sin6_scope_id,
but some functions use sa_equal() for addresses comparison. sa_equal()
compares full sockaddr_in6 structures and such comparison will fail.
For now use zero zoneid in in6ifa_ifwithaddr(). It is safe, because
used address is in embedded form. In future we will use zoneid, so mark it
with XXX comment.

Reported by:	kp
Tested by:	kp
2016-04-08 11:13:24 +00:00
..
2016-03-22 15:43:47 +00:00
2016-03-22 15:43:47 +00:00
2016-03-31 00:53:23 +00:00
2016-02-03 11:49:51 +00:00
2015-12-17 14:41:30 +00:00
2016-03-22 15:43:47 +00:00
2016-03-22 15:43:47 +00:00