>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