]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
1674. [port] linux: increase buffer size used to scan
authorMark Andrews <marka@isc.org>
Tue, 22 Jun 2004 04:40:23 +0000 (04:40 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jun 2004 04:40:23 +0000 (04:40 +0000)
                        /proc/net/if_inet6.

CHANGES
lib/isc/unix/ifiter_ioctl.c

diff --git a/CHANGES b/CHANGES
index 3ece5b58d13526fcfa58490aa7edd61f922f657b..8705250d94a40949ee3748a7613c40bb4ef9aa96 100644 (file)
--- 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.
 
index a1fabf95f884ee861af374f999a74fd017a2d506..5825eb8f7057fa8f40f69e70c485ac369ec87cf4 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: ifiter_ioctl.c,v 1.19.2.5.2.13 2004/06/22 02:10:48 marka Exp $ */
+/* $Id: ifiter_ioctl.c,v 1.19.2.5.2.14 2004/06/22 04:40:23 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. */