diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2025-02-28 10:08:27 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-28 10:08:27 +0200 |
| commit | d49561e32a8ea870a4597e56591cd4ca44abaa7c (patch) | |
| tree | b01db3228135f9af3b14a573b3ec8808f987e736 /bgpd/bgp_routemap_nb.h | |
| parent | e27631e10ae0f45ccada53e556c6c1331dbadd19 (diff) | |
| parent | 2b71dc2d91976f947fe603fc8ec8f7d435fcac50 (diff) | |
Merge pull request #18159 from pguibert6WIND/bgp_ecommlist_count
Bgp ecommlist count
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( |
