]> git.puffer.fish Git - mirror/frr.git/commit
pimd, pim6d: Changing IGMP to GM in few macro's. 11872/head
authorAbhishek N R <abnr@vmware.com>
Mon, 29 Aug 2022 12:17:08 +0000 (05:17 -0700)
committerAbhishek N R <abnr@vmware.com>
Mon, 19 Sep 2022 05:15:19 +0000 (22:15 -0700)
commitde5dc09238d0020f0527ba1a75963873c7ce80bd
tree970a614cfdbaff62623eb8188fa887e3f89fe385
parentd1bf3d9aeae41a567fbbbecb285e4dddab538715
pimd, pim6d: Changing IGMP to GM in few macro's.

Changing
IGMP_DEFAULT_ROBUSTNESS_VARIABLE to GM_DEFAULT_ROBUSTNESS_VARIABLE,
IGMP_GENERAL_QUERY_INTERVAL to GM_GENERAL_QUERY_INTERVAL,
IGMP_QUERY_MAX_RESPONSE_TIME_DSEC to GM_QUERY_MAX_RESPONSE_TIME_DSEC and
IGMP_SPECIFIC_QUERY_MAX_RESPONSE_TIME_DSEC to GM_SPECIFIC_QUERY_MAX_RESPONSE_TIME_DSEC
to accomodate both igmp and mld. And moved it to common file.

Signed-off-by: Abhishek N R <abnr@vmware.com>
pimd/pim_iface.c
pimd/pim_igmp.h
pimd/pim_vty.c
pimd/pimd.h