diff options
| author | Barry A. Trent <barry.trent@atcorp.com> | 2024-08-08 15:03:06 -0700 |
|---|---|---|
| committer | Barry A. Trent <barry.trent@atcorp.com> | 2024-09-20 13:44:27 -0700 |
| commit | 26b67993d0de7e64d3409858bc0f165b9f8d4c1c (patch) | |
| tree | d5370cb4eac9f5851fe3e33a50ecbeee99157f1d /pimd/pim_nb.h | |
| parent | f07579254aec418c63dcae1772a9a97be5ebec6b (diff) | |
pimd, yang: add cli for igmp proxy
Signed-off-by: Barry A. Trent <barry.trent@atcorp.com>
Diffstat (limited to 'pimd/pim_nb.h')
| -rw-r--r-- | pimd/pim_nb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_nb.h b/pimd/pim_nb.h index 55883ad29a..dfab582968 100644 --- a/pimd/pim_nb.h +++ b/pimd/pim_nb.h @@ -221,6 +221,7 @@ int lib_interface_gmp_address_family_join_group_create( struct nb_cb_create_args *args); int lib_interface_gmp_address_family_join_group_destroy( struct nb_cb_destroy_args *args); +int lib_interface_gmp_address_family_proxy_modify(struct nb_cb_modify_args *args); int lib_interface_gmp_address_family_static_group_create( struct nb_cb_create_args *args); int lib_interface_gmp_address_family_static_group_destroy( |
