diff options
| author | Russ White <russ@riw.us> | 2022-09-13 11:30:54 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 11:30:54 -0400 | 
| commit | 7fa5e07b1cbf045f22547db11686eb82d5323079 (patch) | |
| tree | 4d22271eb7469e4e3bfab32f51b6c75950fc2cb6 /bgpd/bgp_routemap_nb.h | |
| parent | c3c5f18c2b8a96dd9ce7a42ddaee4ce19e9d288e (diff) | |
| parent | 324e8b1f79ccd00f75cdb8ba95ba0c0ee5e82b4d (diff) | |
Merge pull request #11899 from opensourcerouting/feature/route_validation_extended_community
bgpd: Implement Origin Validation State via extended communities
Diffstat (limited to 'bgpd/bgp_routemap_nb.h')
| -rw-r--r-- | bgpd/bgp_routemap_nb.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/bgpd/bgp_routemap_nb.h b/bgpd/bgp_routemap_nb.h index cd7a70dbcf..163e3b55cc 100644 --- a/bgpd/bgp_routemap_nb.h +++ b/bgpd/bgp_routemap_nb.h @@ -39,6 +39,10 @@ int lib_route_map_entry_match_condition_rmap_match_condition_origin_modify(struc  int lib_route_map_entry_match_condition_rmap_match_condition_origin_destroy(struct nb_cb_destroy_args *args);  int lib_route_map_entry_match_condition_rmap_match_condition_rpki_modify(struct nb_cb_modify_args *args);  int lib_route_map_entry_match_condition_rmap_match_condition_rpki_destroy(struct nb_cb_destroy_args *args); +int lib_route_map_entry_match_condition_rmap_match_condition_rpki_extcommunity_modify( +	struct nb_cb_modify_args *args); +int lib_route_map_entry_match_condition_rmap_match_condition_rpki_extcommunity_destroy( +	struct nb_cb_destroy_args *args);  int lib_route_map_entry_match_condition_rmap_match_condition_probability_modify(struct nb_cb_modify_args *args);  int lib_route_map_entry_match_condition_rmap_match_condition_probability_destroy(struct nb_cb_destroy_args *args);  int lib_route_map_entry_match_condition_rmap_match_condition_source_vrf_modify(struct nb_cb_modify_args *args);  | 
