Subject: Re: Host IDs
To: Al B. Snell <alaric@alaric-snell.com>
From: None <itojun@iijlab.net>
List: tech-kern
Date: 01/03/2001 12:28:45
>Therefore, since nobody has yet said it would be a bad idea, I'll start
>munging ifconfig and rtsold to use this 64 bit value...

	hint:
	link-local address gets assigned by the kernel, not by ifconfig,
	when interface brought up (!IFF_UP -> IFF_UP).  you just need to
	tweak sys/netinet6/in6_ifattach.c.

itojun