diff options
| author | Mobashshera Rasool <mrasool@vmware.com> | 2021-12-03 09:25:20 -0800 |
|---|---|---|
| committer | Mobashshera Rasool <mrasool@vmware.com> | 2021-12-03 09:35:27 -0800 |
| commit | 7caa9451af99b184e1748dbb160d09413d51472d (patch) | |
| tree | 285a70a1da5b215dbca2d916c21b6ae7e383605c /pimd/pim_igmp.h | |
| parent | b468f3f7fb35600c4e242bbcb438dc678772b917 (diff) | |
pimd: Modifying name of struct igmp_join to struct gm_join to accomodate IPv6 changes.
Fix:
====
Modifying name of struct igmp_join to struct gm_join, which is to be used
by both IPv4 and IPv6(for both MLD and IGMP).
Co-authored-by: Abhishek N R abnr@vmware.com
Signed-off-by: Mobashshera Rasool <mrasool@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 1d514086f6..5bf68d1507 100644 --- a/pimd/pim_igmp.h +++ b/pimd/pim_igmp.h @@ -75,7 +75,7 @@ output |= *((ptr) + 1); \ } while (0) -struct igmp_join { +struct gm_join { struct in_addr group_addr; struct in_addr source_addr; int sock_fd; |
