Edit

IABSD.fr/src/usr.sbin

Branch :

  • Show log

    Commit

  • Author : claudio
    Date : 2026-05-20 09:56:56
    Hash : 18679607
    Message : Walk all covering routes for bgpctl show rib out <IP> If a more specific route is filtered in the Adj-Rib-Out than the initial pt_lookup() call will return a route that does not match. By walking up if nothing was found the exported route is eventually found. OK tb@