On Tue, Sep 3, 2019 at 11:18 AM David Ahern <dsah...@gmail.com> wrote: > addrconf_f6i_alloc is used for addresses added by userspace > (ipv6_add_addr) and anycast. ie., from what I can see it is not used for RAs
Isn't ipv6_add_addr called by addrconf_prefix_rcv_add_addr, which is called by addrconf_prefix_rcv, which is called by ndisc_router_discovery? That is what happens when we process an RA; AFAICS manual configuration is inet6_addr_add, not ipv6_add_addr. Maciej, with this patch, do SLAAC addresses still have RTF_ADDRCONF? Per my previous message, my assumption would be no, but I might be misreading the code.