diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-09-18 22:18:13 +0300 | 
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-10-12 17:48:43 +0300 | 
| commit | 46dbf9d0c0b99f60767793ef3b688f95175edc6e (patch) | |
| tree | caa2b86397dc6c9dec7969e9ea3a91119e211293 /bgpd/bgp_table.h | |
| parent | 984eb32b588186ac946733c5c3fe8032bae28ebc (diff) | |
bgpd: Implement ACCEPT_OWN extended community
TL;DR: rfc7611.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'bgpd/bgp_table.h')
| -rw-r--r-- | bgpd/bgp_table.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_table.h b/bgpd/bgp_table.h index 86cd4f3da1..91d92ebd6d 100644 --- a/bgpd/bgp_table.h +++ b/bgpd/bgp_table.h @@ -63,6 +63,7 @@ enum bgp_path_selection_reason {  	bgp_path_selection_evpn_lower_ip,  	bgp_path_selection_weight,  	bgp_path_selection_local_pref, +	bgp_path_selection_accept_own,  	bgp_path_selection_local_route,  	bgp_path_selection_confed_as_path,  	bgp_path_selection_as_path,  | 
