diff options
| author | Sai Gomathi <nsaigomathi@vmware.com> | 2021-12-03 09:33:53 -0800 | 
|---|---|---|
| committer | Sai Gomathi <nsaigomathi@vmware.com> | 2021-12-03 10:10:40 -0800 | 
| commit | 517001077fe2f038adfef09bdc9b09b7e9a654d0 (patch) | |
| tree | 35e9ebf70a3413970767daec8752bd6f6e315429 /pimd/pim_zebra.h | |
| parent | 9c8523e089e97d83a7487f6eee093b73f7b49bd9 (diff) | |
pimd: Modifying name of struct igmp_source to struct gm_source for IPv6.
Modifying name of struct igmp_source to struct gm_source, which is to be used
by both IPv4 and IPv6(for both MLD and IGMP).
Co-authored-by: Mobashshera Rasool <mrasool@vmware.com>
Co-authored-by: Sarita Patra <saritap@vmware.com>
Signed-off-by: Sai Gomathi <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_zebra.h')
| -rw-r--r-- | pimd/pim_zebra.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h index 349903cc67..10e013c84f 100644 --- a/pimd/pim_zebra.h +++ b/pimd/pim_zebra.h @@ -37,8 +37,8 @@ void igmp_anysource_forward_start(struct pim_instance *pim,  void igmp_anysource_forward_stop(struct igmp_group *group);  void igmp_source_forward_start(struct pim_instance *pim, -			       struct igmp_source *source); -void igmp_source_forward_stop(struct igmp_source *source); +			       struct gm_source *source); +void igmp_source_forward_stop(struct gm_source *source);  void igmp_source_forward_reevaluate_all(struct pim_instance *pim);  void pim_forward_start(struct pim_ifchannel *ch);  | 
