Skip to content

Commit

Permalink
Merge pull request #17276 from FRRouting/mergify/bp/stable/9.0/pr-17243
Browse files Browse the repository at this point in the history
bgpd: fix display of local label in show bgp (backport #17243)
  • Loading branch information
Jafaral authored Oct 28, 2024
2 parents 72e3068 + e4f158f commit 60173c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_route.c
Original file line number Diff line number Diff line change
Expand Up @@ -11941,7 +11941,7 @@ void route_vty_out_detail_header(struct vty *vty, struct bgp *bgp,

mpls_lse_decode(dest->local_label, &label, &ttl, &exp, &bos);

has_valid_label = bgp_is_valid_label(&label);
has_valid_label = bgp_is_valid_label(&dest->local_label);

if (safi == SAFI_EVPN) {
if (!json) {
Expand Down

0 comments on commit 60173c9

Please sign in to comment.