Subject: CVS commit: src/dist/ntp/ntpd
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 10/05/2004 03:34:38
Module Name:	src
Committed By:	christos
Date:		Tue Oct  5 03:34:38 UTC 2004

Modified Files:
	src/dist/ntp/ntpd: ntp_io.c ntp_proto.c

Log Message:
PR/27137: Martin J. Laubach: core dump when localhost does not support
a given address family and a peer only supports the family localhost does
not support. For example: configure a kernel without IPV6, and then
add a line in ntp.conf server <ipv6addr>. We report that the server is
unreachable and we keep going because there might be more servers around?
XXX: What if it is the last server? Should we detect this? It is not nice
to just bail on this error, because a server might lose its ipv4 address
and only advertise ipv6.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/dist/ntp/ntpd/ntp_io.c
cvs rdiff -r1.3 -r1.4 src/dist/ntp/ntpd/ntp_proto.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.