When the wifi interface has an IPv6 address set (via /etc/conf.d/net or manually) the address is deleted after starting hostapd. Reproducible: Always Steps to Reproduce: 1. ip addr add dev wlan0 fd11:1111:1111:1111::1/64 2. rc-service hostapd restart 3. ip addr show wlan0 Actual Results: previously assigned IPv6 address fd11:1111:1111:1111::1 is not available Expected Results: no change to any assigned ip addresses According to other bug tracker reports this seems to be connected to hostapd restarting the adapter to put it into promiscuous mode.
Like the Redhat bug, this is not Gentoo related, so I'm closing this bug. The right thing to do, is to take it up with the developers of hostapd, and ask them for some way to make it remember the interface configuration, or some other workaround.