From: Mark Andrews Date: Tue, 22 Jun 2004 05:25:49 +0000 (+0000) Subject: 1674. [port] linux: increase buffer size used to scan X-Git-Tag: v9.2.4rc6~9^2~15 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=b0196673ab41b4f17e1c45fba160f3ea2623a06f;p=thirdparty%2Fbind9.git 1674. [port] linux: increase buffer size used to scan /proc/net/if_inet6. --- diff --git a/CHANGES b/CHANGES index 9450c56e54d..6d1b10315b4 100644 --- a/CHANGES +++ b/CHANGES @@ -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. diff --git a/lib/isc/unix/ifiter_ioctl.c b/lib/isc/unix/ifiter_ioctl.c index 6dcde144fa0..035f0b0e3bd 100644 --- a/lib/isc/unix/ifiter_ioctl.c +++ b/lib/isc/unix/ifiter_ioctl.c @@ -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. */