It appears that SIOCSIFDSTADDR should not be allowed
upon an AF_INET6 socket as well.
>From netbsd:
http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet6/in6.c?annotate=1.166&only_with_tag=MAIN
1.2 itojun374:switch (cmd) {
1.104 christos 375:/*
1.105 christos 3
On Wed, Aug 21, 2013 at 8:05 PM, Loganaden Velvindron
wrote:
> It appears that SIOCSIFDSTADDR should not be allowed
> upon an AF_INET6 socket as well.
>
>
> From netbsd:
> http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/netinet6/in6.c?annotate=1.166&only_with_tag=MAIN
>
> 1.2 itojun374: