]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Modifying name of struct igmp_join to struct gm_join to accomodate IPv6 changes.
authorMobashshera Rasool <mrasool@vmware.com>
Fri, 3 Dec 2021 17:25:20 +0000 (09:25 -0800)
committerMobashshera Rasool <mrasool@vmware.com>
Fri, 3 Dec 2021 17:35:27 +0000 (09:35 -0800)
commit7caa9451af99b184e1748dbb160d09413d51472d
tree285a70a1da5b215dbca2d916c21b6ae7e383605c
parentb468f3f7fb35600c4e242bbcb438dc678772b917
pimd: Modifying name of struct igmp_join to struct gm_join to accomodate IPv6 changes.

Fix:
====
Modifying name of struct igmp_join to struct gm_join, which is to be used
by both IPv4 and IPv6(for both MLD and IGMP).

Co-authored-by: Abhishek N R abnr@vmware.com
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
pimd/pim_cmd.c
pimd/pim_iface.c
pimd/pim_igmp.h
pimd/pim_vty.c