diff options
| -rw-r--r-- | bgpd/bgp_route.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_route.c b/bgpd/bgp_route.c index e7ea0cf6d4..e158a8335f 100644 --- a/bgpd/bgp_route.c +++ b/bgpd/bgp_route.c @@ -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) {  | 
