diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-08-02 03:55:09 -0700 |
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-08-26 01:14:08 -0700 |
| commit | 8934215f65b9b871f97848bb1ac65d4160d2581d (patch) | |
| tree | 3acfa4b64c14c2d5602ea6a2788f58d983708acc /pimd/pim_instance.h | |
| parent | 182351086273c56cbf60bd2bbbe43bb7f174d0ae (diff) | |
pimd: Modifying member of pim_instance to accomodate IPv6 changes
Modifying igmp_group_count of struct pim_instance
to gm_group_count which is to be used for both IGMP and MLD.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_instance.h')
| -rw-r--r-- | pimd/pim_instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h index 0da881557c..57bc74efb4 100644 --- a/pimd/pim_instance.h +++ b/pimd/pim_instance.h @@ -173,7 +173,7 @@ struct pim_instance { int gm_socket; struct thread *t_gm_recv; - unsigned int igmp_group_count; + unsigned int gm_group_count; unsigned int gm_watermark_limit; unsigned int keep_alive_time; unsigned int rp_keep_alive_time; |
