Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
b4fe7caa
Commit
b4fe7caa
authored
Apr 15, 2004
by
Mark Andrews
Browse files
1611. [bug] solaris: IPv6 interface scanning failed to cope with
no active IPv6 interfaces.
parent
c2ec022f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
b4fe7caa
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".
...
...
lib/isc/unix/ifiter_ioctl.c
View file @
b4fe7caa
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: ifiter_ioctl.c,v 1.4
4
2004/0
3/05 05:11:45
marka Exp $ */
/* $Id: ifiter_ioctl.c,v 1.4
5
2004/0
4/15 07:02:06
marka Exp $ */
/*
* Obtain the list of network interfaces using the SIOCGLIFCONF ioctl.
...
...
@@ -267,7 +267,8 @@ getbuf6(isc_interfaceiter_t *iter) {
iter
->
bufsize6
*=
2
;
}
iter
->
mode
=
6
;
if
(
iter
->
lifc
.
lifc_len
!=
0
)
iter
->
mode
=
6
;
return
(
ISC_R_SUCCESS
);
cleanup:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment