freebsd-skq/sys/netinet6
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
..
dest6.c
frag6.c
icmp6.c
icmp6.h
in6_cksum.c
in6_fib.c
in6_fib.h
in6_gif.c
in6_ifattach.c Mfp4 @180378: 2016-03-22 15:43:47 +00:00
in6_ifattach.h Mfp4 @180378: 2016-03-22 15:43:47 +00:00
in6_mcast.c
in6_pcb.c FreeBSD previously provided route caching for TCP (and UDP). Re-add 2016-03-24 07:54:56 +00:00
in6_pcb.h
in6_pcbgroup.c Unbreak the RSS/PCBGROUp build. 2016-03-31 00:53:23 +00:00
in6_proto.c
in6_rmx.c Code duplication but rib_head is special. Not found an easy way to go 2016-02-03 21:56:51 +00:00
in6_rss.c
in6_rss.h
in6_src.c Fix regression introduced in r296986. 2016-04-08 11:13:24 +00:00
in6_var.h
in6.c Fix the lladdr copy in in6_lltable_dump_entry() after r292978. 2016-03-30 00:03:59 +00:00
in6.h
ip6_ecn.h
ip6_forward.c
ip6_gre.c
ip6_id.c
ip6_input.c Mfp4 @180378: 2016-03-22 15:43:47 +00:00
ip6_ipsec.c
ip6_ipsec.h
ip6_mroute.c
ip6_mroute.h
ip6_output.c FreeBSD previously provided route caching for TCP (and UDP). Re-add 2016-03-24 07:54:56 +00:00
ip6_var.h New way to manage reference counting of mbuf external storage. 2016-03-01 00:17:14 +00:00
ip6.h
ip6protosw.h
mld6_var.h
mld6.c
mld6.h
nd6_nbr.c Modify defrouter_remove() to perform the router lookup before removal. 2016-03-17 19:01:44 +00:00
nd6_rtr.c Modify defrouter_remove() to perform the router lookup before removal. 2016-03-17 19:01:44 +00:00
nd6.c Modify nd6_llinfo_timer() to acquire the nd6 lock before the LLE lock. 2016-03-29 19:23:00 +00:00
nd6.h Mfp4 @180378: 2016-03-22 15:43:47 +00:00
pim6_var.h
pim6.h
raw_ip6.c
raw_ip6.h
route6.c
scope6_var.h
scope6.c Add a missing newline to a log message. 2016-02-12 21:17:00 +00:00
sctp6_usrreq.c Don't leak an address in an error path. 2016-02-23 18:50:34 +00:00
sctp6_var.h
send.c
send.h
tcp6_var.h
udp6_usrreq.c FreeBSD previously provided route caching for TCP (and UDP). Re-add 2016-03-24 07:54:56 +00:00
udp6_var.h