• Ondřej Zajíček's avatar
    Babel: Fix type of route entry router ID · 23b07904
    Ondřej Zajíček authored
    The router ID being assigned to routes was a uint, which discards the
    upper 32 bits. This also has the nice side effect of echoing the wrong
    router ID back to other routers.
    
    Thanks to Toke Hoiland-Jorgensen for the patch.
    23b07904