Subject: Re: Extending ipv4/6 support for nsswitch?
To: None <tech-net@netbsd.org>
From: None <itojun@iijlab.net>
List: tech-net
Date: 02/15/2000 23:54:56
>>	The patch should fix the following problems:
>>	- getaddrinfo(3) now behaves nsswitch.conf search order.
>>	  if ai_family = PF_UNSPEC, and order is "files dns", it would do
>>	  the following:
>	oops, DNS case needs more improvement....

	To address this correctly, we need a new res_search() variant
	which looks up T_A and T_AAAA simultaneously... yikes...

itojun