bk: 4917dc18J-pEvlCPBDJFLDh0go5cdg
+* [Bug 474] --disable-ipv6 is broken.
+* IPv6 interfaces were being looked for twice.
* SHM driver grabs more samples, add clockstats
* decode.html and driver20.html updates from Dave Mills.
(4.2.5p137) 2008/11/01 Released by Harlan Stenn <stenn@ntp.org>
* Set up some macros to look for IPv6 and IPv6 multicast
*/
-#if defined(ISC_PLATFORM_HAVEIPV6) && !defined(DISABLE_IPV6)
+#if defined(ISC_PLATFORM_HAVEIPV6) && defined(WANT_IPV6)
#define INCLUDE_IPV6_SUPPORT
if(debug)
netsyslog(LOG_ERR, "no IPv6 interfaces found");
#endif
-#endif
- if (isc_net_probeipv6() == ISC_R_SUCCESS)
- scan_ipv6 = ISC_TRUE;
-#if defined(ISC_PLATFORM_HAVEIPV6) && defined(DEBUG)
- else
- if(debug)
- netsyslog(LOG_ERR, "no IPv6 interfaces found");
#endif
if (isc_net_probeipv4() == ISC_R_SUCCESS)