CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/05/20 03:56:56
Modified files:
usr.sbin/bgpd : rde.c
Log 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@
