Subject: Re: sockaddr_snprintf
To: None <thorpej@shagadelic.org>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: tech-userlevel
Date: 11/17/2004 06:32:34
> > 	go see include/netdb.h for definition of NI_WITHSCOPEID.  it is 
> > wrapped
> > 	by #ifdef _NETBSD_SOURCE.
> 
> So, what's going to happen with scope IDs when NI_WITHSCOPEID goes away?

	always attached like fe80::1%fxp0, unless sin6_scope_id is 0.

itojun