mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 13:06:51 +00:00
Merge pull request #17272 from FRRouting/mergify/bp/dev/10.2/pr-17243
bgpd: fix display of local label in show bgp (backport #17243)
This commit is contained in:
commit
36527bab2d
@ -12287,7 +12287,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) {
|
||||
|
Loading…
Reference in New Issue
Block a user