]> 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 05:25:49 +0000 (05:25 +0000)
committerMark Andrews <marka@isc.org>
Tue, 22 Jun 2004 05:25:49 +0000 (05:25 +0000)
                        /proc/net/if_inet6.

CHANGES
lib/isc/unix/ifiter_ioctl.c

diff --git a/CHANGES b/CHANGES
index 9450c56e54d6a4460a8ddc4b68ae6ff899cc8557..6d1b10315b4d322c22c05576034ef88e5c6edd46 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 6dcde144fa0c3609c6fe66d9a1230c10185fc04b..035f0b0e3bd8bcbd1cd274a4114b49ac9b804827 100644 (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. */