diff options
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 45689242a0..f04429078f 100644 --- a/bgpd/bgp_routemap_nb.h +++ b/bgpd/bgp_routemap_nb.h @@ -76,6 +76,10 @@ int lib_route_map_entry_match_condition_rmap_match_condition_community_limit_mod  	struct nb_cb_modify_args *args);  int lib_route_map_entry_match_condition_rmap_match_condition_community_limit_destroy(  	struct nb_cb_destroy_args *args); +int lib_route_map_entry_match_condition_rmap_match_condition_extcommunity_limit_modify( +	struct nb_cb_modify_args *args); +int lib_route_map_entry_match_condition_rmap_match_condition_extcommunity_limit_destroy( +	struct nb_cb_destroy_args *args);  int lib_route_map_entry_match_condition_rmap_match_condition_comm_list_create(  	struct nb_cb_create_args *args);  int lib_route_map_entry_match_condition_rmap_match_condition_comm_list_destroy(  | 
