diff options
Diffstat (limited to 'bgpd/bgp_evpn_mh.c')
| -rw-r--r-- | bgpd/bgp_evpn_mh.c | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/bgpd/bgp_evpn_mh.c b/bgpd/bgp_evpn_mh.c index 200bcea70b..4aff93514f 100644 --- a/bgpd/bgp_evpn_mh.c +++ b/bgpd/bgp_evpn_mh.c @@ -2609,6 +2609,9 @@ static void bgp_evpn_es_show_entry_detail(struct vty *vty,  				    listcount(es->macip_global_path_list));  		json_object_int_add(json, "inconsistentVniVtepCount",  				es->incons_evi_vtep_cnt); +		if (es->flags & BGP_EVPNES_LOCAL) +			json_object_int_add(json, "localEsDfPreference", +					    es->df_pref);  		if (listcount(es->es_vtep_list)) {  			json_vteps = json_object_new_array();  			for (ALL_LIST_ELEMENTS_RO(es->es_vtep_list, node,  | 
