[Xorp-cvs] XORP cvs commit: xorp/bgp

Bruce Simpson bms@icir.org
Tue, 4 Apr 2006 09:41:05 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2006-04-04 09:41:05 UTC

XORP CVS repository


Modified files:
	bgp           socket.cc 

Log message:
	Fix an edge case in BGP which is only exercised on Windows, by
	forcing the use of PF_INET addresses.
	
	IPv6 addresses would be returned by getaddrinfo(), even if IPv6
	transport was not in use, and IPv6 was configured on at least one
	NDIS interface. These addresses would then be passed to libcomm
	functions causing BGP to dump core.
	
	The lack of IPv6 transport functionality on Windows should be
	addressed in future XORP releases.

Revision  Changes                               Path
1.40      +5 -1;  commitid: 1117044323f2a7ea6;  xorp/bgp/socket.cc