• YOSHIFUJI Hideaki's avatar
    ipv6: Do not leave router anycast address for /127 prefixes. · 32019e65
    YOSHIFUJI Hideaki authored
    Original commit 2bda8a0c... "Disable router anycast
    address for /127 prefixes" says:
    
    |   No need for matching code in addrconf_leave_anycast() as it
    |   will silently ignore any attempt to leave an unknown anycast
    |   address.
    
    After analysis, because 1) we may add two or more prefixes on the
    same interface, or 2)user may have manually joined that anycast,
    we may hit chances to have anycast address which as if we had
    generated one by /127 prefix and we should not leave from subnet-
    router anycast address unconditionally.
    
    CC: Bjørn Mork <bjorn@mork.no>
    CC: Brian Haley <brian.haley@hp.com>
    Signed-off-by: default avatarYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    32019e65
addrconf.c 114 KB