summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorSai Gomathi <nsaigomathi@vmware.com>2022-01-04 15:00:50 +0100
committerSai Gomathi <nsaigomathi@vmware.com>2022-01-11 12:18:06 +0100
commit18adcff1c0d9b8bbda7778c5853274589772d1b5 (patch)
treeb738836df5112c2132930122c842e45ab1b001d8 /pimd/pim_zebra.c
parentMerge pull request #10212 from mobash-rasool/mld-pim6-dev-prefix (diff)
downloadfrr-18adcff1c0d9b8bbda7778c5853274589772d1b5.tar.xz
frr-18adcff1c0d9b8bbda7778c5853274589772d1b5.zip
pimd: Modifying members of pim_interface to accommodate IPv6 changes
Modifying the members of pim_interface which are to be used for both IPv4 and IPv6 to common names(for both MLD and IGMP). Issues: #10023 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.c')
-rw-r--r--pimd/pim_zebra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index 5708c3575..dcb8fe66a 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -554,7 +554,7 @@ void igmp_source_forward_reevaluate_all(struct pim_instance *pim)
continue;
/* scan igmp groups */
- for (ALL_LIST_ELEMENTS_RO(pim_ifp->igmp_group_list, grpnode,
+ for (ALL_LIST_ELEMENTS_RO(pim_ifp->gm_group_list, grpnode,
grp)) {
struct listnode *srcnode;
struct gm_source *src;