• Fabian Bläse's avatar
    kernel_netlink: Convert src_plen to v4mapped encoding on import · 68b6c5ec
    Fabian Bläse authored
    src_plen for IPv4 routes imported from kernel has not been adjusted
    to v4mapped encoding. Therefore IPv4 xroutes used an inconsistent encoding
    which lead to failed comparisons when sending updates.
    
    Routes received from neighbors with the same prefix as xroutes therefore
    have been announced to neighbours instead.
    
    This issue is fixed by converting src_plen on import.
    Signed-off-by: default avatarFabian Bläse <fabian@blaese.de>
    68b6c5ec
kernel_netlink.c 44.5 KB