diff options
| author | sarita patra <saritap@vmware.com> | 2021-12-13 06:01:36 -0800 |
|---|---|---|
| committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-01-10 21:10:29 -0800 |
| commit | 568b78b5bd7ba40bfb08a7c231a4b15ca445ea05 (patch) | |
| tree | b7f049a83254578805b14aeac6ecb32e80a9c9a7 /pimd/pim_igmp.h | |
| parent | 9040a7f939e8c5e1c9311042c69e70465d122ee8 (diff) | |
pimd: Modifying in_addr to pim_addr in struct pim_iface_upstream_switch
Changed struct in_addr address to struct pim_addr in struct
pim_iface_upstream_switch which is to be used in both IPv4
and IPv6(Both MLD and IGMP).
Reviewed-by: Mobashshera Rasool <mrasool@vmware.com>
Signed-off-by: sarita patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim_igmp.h')
| -rw-r--r-- | pimd/pim_igmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_igmp.h b/pimd/pim_igmp.h index 5fd4fdb32c..2a818c068b 100644 --- a/pimd/pim_igmp.h +++ b/pimd/pim_igmp.h @@ -93,7 +93,7 @@ struct gm_sock { struct thread *t_igmp_query_timer; /* timer: issue IGMP general queries */ struct thread *t_other_querier_timer; /* timer: other querier present */ - struct in_addr querier_addr; /* IP address of the querier */ + pim_addr querier_addr; /* IP address of the querier */ int querier_query_interval; /* QQI */ int querier_robustness_variable; /* QRV */ int startup_query_count; |
