diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-09-06 08:40:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-06 08:40:43 +0300 |
| commit | 451cebeec2be37e7c35ee8d93243ba5127885c24 (patch) | |
| tree | e515afd2c8782d242a3d2380426afe32625751b9 /pimd/pim_iface.c | |
| parent | 7139b1aeaef96534b3e1997eccc28a6ca79bdf43 (diff) | |
| parent | 55eb347de958bc81288cd748c569de82769a0cd1 (diff) | |
Merge pull request #11902 from SaiGomathiN/igmp-to-gm
pimd, pim6d: Changing IGMP to GM in debug macros
Diffstat (limited to 'pimd/pim_iface.c')
| -rw-r--r-- | pimd/pim_iface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c index e03e5a2630..40c4c2306d 100644 --- a/pimd/pim_iface.c +++ b/pimd/pim_iface.c @@ -1345,7 +1345,7 @@ ferr_r pim_if_igmp_join_add(struct interface *ifp, struct in_addr group_addr, (void)igmp_join_new(ifp, group_addr, source_addr); - if (PIM_DEBUG_IGMP_EVENTS) { + if (PIM_DEBUG_GM_EVENTS) { char group_str[INET_ADDRSTRLEN]; char source_str[INET_ADDRSTRLEN]; pim_inet4_dump("<grp?>", group_addr, group_str, |
