diff options
| author | Sai Gomathi <nsaigomathi@vmware.com> | 2021-12-02 23:05:02 -0800 |
|---|---|---|
| committer | Sai Gomathi <nsaigomathi@vmware.com> | 2021-12-02 23:12:58 -0800 |
| commit | ea7d74d702975def719a574f0b58d642abeef974 (patch) | |
| tree | bf25b70f91f5e75e0fadb3de80eeaaaf6228a798 /pimd/pim_zebra.c | |
| parent | 90f88bbc94f319941c46a8897ad6ba232ca24026 (diff) | |
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).
Issue: #10023
Co-authored-by: Mobashshera Rasool <mrasool@vmware.com>
Signed-off-by: Sai Gomathi <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_zebra.c')
| -rw-r--r-- | pimd/pim_zebra.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c index 3a08c6aee5..69157b3b40 100644 --- a/pimd/pim_zebra.c +++ b/pimd/pim_zebra.c @@ -554,8 +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, - grp)) { + for (ALL_LIST_ELEMENTS_RO(pim_ifp->group_list, grpnode, grp)) { struct listnode *srcnode; struct igmp_source *src; |
