no active IPv6 interfaces.
-1611. [placeholder] rt11065
+1611. [bug] solaris: IPv6 interface scanning failed to cope with
+ no active IPv6 interfaces.
1610. [bug] On dual stack machines "dig -b" failed to set the
address type to be looked up with "@server".
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: ifiter_ioctl.c,v 1.44 2004/03/05 05:11:45 marka Exp $ */
+/* $Id: ifiter_ioctl.c,v 1.45 2004/04/15 07:02:06 marka Exp $ */
/*
* Obtain the list of network interfaces using the SIOCGLIFCONF ioctl.
iter->bufsize6 *= 2;
}
- iter->mode = 6;
+ if (iter->lifc.lifc_len != 0)
+ iter->mode = 6;
return (ISC_R_SUCCESS);
cleanup: