diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-27 05:00:27 +0200 |
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2024-01-28 23:28:40 +0200 |
| commit | 86855aed7824d89cfe9829a7ee9ab604ac15d02f (patch) | |
| tree | ace4e861a89c3f1c2cd5df600e3e74f296c2e212 /zebra/zebra_nb.h | |
| parent | 2117faf1cf41ef34d0c67a34592a1e5cbbb0f8a8 (diff) | |
zebra: convert table range command to NB
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'zebra/zebra_nb.h')
| -rw-r--r-- | zebra/zebra_nb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/zebra_nb.h b/zebra/zebra_nb.h index 1861236121..f60340fe93 100644 --- a/zebra/zebra_nb.h +++ b/zebra/zebra_nb.h @@ -433,6 +433,10 @@ int lib_vrf_zebra_resolve_via_default_destroy(struct nb_cb_destroy_args *args); int lib_vrf_zebra_ipv6_resolve_via_default_modify(struct nb_cb_modify_args *args); int lib_vrf_zebra_ipv6_resolve_via_default_destroy( struct nb_cb_destroy_args *args); +int lib_vrf_zebra_netns_table_range_create(struct nb_cb_create_args *args); +int lib_vrf_zebra_netns_table_range_destroy(struct nb_cb_destroy_args *args); +int lib_vrf_zebra_netns_table_range_start_modify(struct nb_cb_modify_args *args); +int lib_vrf_zebra_netns_table_range_end_modify(struct nb_cb_modify_args *args); const void *lib_vrf_zebra_ribs_rib_get_next(struct nb_cb_get_next_args *args); int lib_vrf_zebra_ribs_rib_get_keys(struct nb_cb_get_keys_args *args); const void * |
