mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 11:44:16 +00:00
Merge pull request #17273 from FRRouting/mergify/bp/stable/10.1/pr-17243
bgpd: fix display of local label in show bgp (backport #17243)
This commit is contained in:
commit
4f89c0a289
@ -12167,7 +12167,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