diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-09-02 04:00:10 -0700 |
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-09-04 22:46:09 -0700 |
| commit | 95b13dc51281ea2410a0841919a74a90e3dae373 (patch) | |
| tree | 9ad57eace46dac1da429b0ee43818008cae78942 /pimd/pim_igmp.c | |
| parent | 7139b1aeaef96534b3e1997eccc28a6ca79bdf43 (diff) | |
pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTS
Changing the macros to common so that it can be used for pimv6 debugs as well
to be used for both IGMP and MLD debugs.
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_igmp.c')
| -rw-r--r-- | pimd/pim_igmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_igmp.c b/pimd/pim_igmp.c index fdc56fd3f3..e35296f94c 100644 --- a/pimd/pim_igmp.c +++ b/pimd/pim_igmp.c @@ -1362,7 +1362,7 @@ void igmp_group_timer_on(struct gm_group *group, long interval_msec, { group_timer_off(group); - if (PIM_DEBUG_IGMP_EVENTS) { + if (PIM_DEBUG_GM_EVENTS) { char group_str[INET_ADDRSTRLEN]; pim_inet4_dump("<group?>", group->group_addr, group_str, sizeof(group_str)); |
