Skip to content

Commit

Permalink
pimd: Modifying in_addr to PIM_ADDR in struct pim_jp_agg_group for IPv6
Browse files Browse the repository at this point in the history
Changed struct in_addr group to struct PIM_ADDR group
which is to be used in both IPv4 and IPv6(Both MLD and IGMP).
Reviewed-by: Sarita Patra <saritap@vmware.com>
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
  • Loading branch information
mobash-rasool committed Dec 14, 2021
1 parent 26f8684 commit 9aeec69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pimd/pim_jp_agg.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ struct pim_jp_sources {
};

struct pim_jp_agg_group {
struct in_addr group;
struct PIM_ADDR group;
struct list *sources;
};

Expand Down

0 comments on commit 9aeec69

Please sign in to comment.