diff options
Diffstat (limited to 'bgpd/bgp_table.h')
| -rw-r--r-- | bgpd/bgp_table.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_table.h b/bgpd/bgp_table.h index a9ec36d29b..cf0086b52e 100644 --- a/bgpd/bgp_table.h +++ b/bgpd/bgp_table.h @@ -51,6 +51,8 @@ enum bgp_path_selection_reason {  	bgp_path_selection_first,  	bgp_path_selection_evpn_sticky_mac,  	bgp_path_selection_evpn_seq, +	bgp_path_selection_evpn_local_path, +	bgp_path_selection_evpn_non_proxy,  	bgp_path_selection_evpn_lower_ip,  	bgp_path_selection_weight,  	bgp_path_selection_local_pref,  | 
