summaryrefslogtreecommitdiff
path: root/pimd/pim_zebra.h
diff options
context:
space:
mode:
authorSai Gomathi <nsaigomathi@vmware.com>2021-12-03 09:41:52 -0800
committerSai Gomathi <nsaigomathi@vmware.com>2021-12-03 10:11:13 -0800
commita16db099e44dd05f7c43e3770b22cff0c8d0d0f6 (patch)
tree86a480cf0056ba5251a681094693302ff1690b1c /pimd/pim_zebra.h
parent517001077fe2f038adfef09bdc9b09b7e9a654d0 (diff)
pimd: Modifying name of struct igmp_group to struct gm_group for IPv6.
Modifying name of struct igmp_group to struct gm_group, 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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_zebra.h b/pimd/pim_zebra.h
index 10e013c84f..8656d7563d 100644
--- a/pimd/pim_zebra.h
+++ b/pimd/pim_zebra.h
@@ -33,8 +33,8 @@ void pim_scan_individual_oil(struct channel_oil *c_oil, int in_vif_index);
void pim_scan_oil(struct pim_instance *pim_matcher);
void igmp_anysource_forward_start(struct pim_instance *pim,
- struct igmp_group *group);
-void igmp_anysource_forward_stop(struct igmp_group *group);
+ struct gm_group *group);
+void igmp_anysource_forward_stop(struct gm_group *group);
void igmp_source_forward_start(struct pim_instance *pim,
struct gm_source *source);