CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/10/25 00:26:04
Modified files:
sys/netinet6 : raw_ip6.c
Log message:
Fix bind(2)ing link local addresses to raw sockets by calling
in6_pcbaddrisavail() which does all the checking for us instead of
hand rolling half of it.
Input & OK bluhm@
bluhm@ also points out that this relaxes the check for valid addresses
a bit, deprecated addresses become valid for raw sockets. This should
be fine, it brings raw sockets in line with udp/tcp sockets and it
might be particularly interesting for debugging purposes.