• Matthieu Boutier's avatar
    Fix: ignore peer address of point-to-point interfaces. · 98ce8298
    Matthieu Boutier authored
    Point-to-point interfaces are bound to two link-local addresses: the
    local address and the peer address [1].  The former is advertised with
    an IFA_LOCAL TLV and the latter with an IFA_ADDRESS TLV.
    
    [1] $ip addr show [...]
        inet6 fe80::1234 peer fe80::5678/128 scope link
    98ce8298
kernel_netlink.c 43.8 KB