]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: fix vty's version of show advertised-routes 18695/head
authorAlexander Skorichenko <askorichenko@netgate.com>
Fri, 18 Apr 2025 11:08:45 +0000 (13:08 +0200)
committerAlexander Skorichenko <askorichenko@netgate.com>
Mon, 21 Apr 2025 19:23:54 +0000 (21:23 +0200)
commitaf6fe87d7c03fb13d072de67554c51751e6c927f
tree923dbb987869a673eaa5d458c7f644a507887ecc
parent004c6c02606eb7bb38dc5532a99411115e4891b2
bgpd: fix vty's version of show advertised-routes

Fix displayed metric if a route-map is applied to advertised routes

Signed-off-by: Alexander Skorichenko <askorichenko@netgate.com>
bgpd/bgp_evpn_vty.c
bgpd/bgp_route.c
bgpd/bgp_route.h
tests/topotests/bgp_show_routes_vty/r1/frr.conf [new file with mode: 0644]
tests/topotests/bgp_show_routes_vty/r2/frr.conf [new file with mode: 0644]
tests/topotests/bgp_show_routes_vty/test_bgp_show_advertised_routes.py [new file with mode: 0644]