2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

1674. [port] linux: increase buffer size used to scan

/proc/net/if_inet6.
This commit is contained in:
Mark Andrews
2004-06-22 05:25:49 +00:00
parent 4916f4c2ca
commit b0196673ab
2 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
1674. [port] linux: increase buffer size used to scan
/proc/net/if_inet6.
1673. [port] linux: issue a error messages if IPv6 interface
scans fails.

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: ifiter_ioctl.c,v 1.48 2004/06/22 02:25:32 marka Exp $ */
/* $Id: ifiter_ioctl.c,v 1.49 2004/06/22 05:25:49 marka Exp $ */
/*
* Obtain the list of network interfaces using the SIOCGLIFCONF ioctl.
@@ -50,7 +50,7 @@
#define VALID_IFITER(t) ISC_MAGIC_VALID(t, IFITER_MAGIC)
#define ISC_IF_INET6_SZ \
sizeof("00000000000000000000000000000001 01 80 10 80 lo\n")
sizeof("00000000000000000000000000000001 01 80 10 80 XXXXXXloXXXXXXXX\n")
struct isc_interfaceiter {
unsigned int magic; /* Magic number. */