Bug #2581 » dfly_in6_2.patch
| in6.c 2013-08-22 09:52:24.000000000 +0400 | ||
|---|---|---|
|
*((struct in6_ifextra *)ifp->if_afdata[AF_INET6])->icmp6_ifstat;
|
||
|
break;
|
||
|
case SIOCSIFADDR:
|
||
|
case SIOCSIFDSTADDR:
|
||
|
/*
|
||
|
* Do not pass those ioctl to driver handler since they are not
|
||
|
* properly setup. Instead just error out.
|
||
|
*/
|
||
|
return (EOPNOTSUPP);
|
||
|
|
||
|
case SIOCGIFALIFETIME_IN6:
|
||
|
ifr->ifr_ifru.ifru_lifetime = ia->ia6_lifetime;
|
||
|
break;
|
||