Subject: Re: introducing ath(4) and the FreeBSD 802.11 layer
To: None <current-users@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@itojun.org>
List: current-users
Date: 10/16/2003 05:46:15
ath* becomes IFF_RUNNING without mac address being set to
ifp->if_addrlist (AF_LINK sockaddr). it causes trouble with IPv6 code
(no linklocal address will be assigned on IFF_UP).
for instance, if i have the following file as /etc/ifconfig.ath0,
linklocal address won't be assigned:
up
how should we fix it? when does AF_LINK sockaddr gets assigned?
itojun