diff options
| author | Abhishek N R <abnr@vmware.com> | 2022-09-13 23:29:33 -0700 |
|---|---|---|
| committer | Abhishek N R <abnr@vmware.com> | 2022-09-13 23:29:33 -0700 |
| commit | a96d64b0d62c4db95ff44810db64597bbdaa1f65 (patch) | |
| tree | b78a57956b136c934b13ef7fb786a66b3f2bfaf2 /pimd/pim_igmpv2.c | |
| parent | 7fa5e07b1cbf045f22547db11686eb82d5323079 (diff) | |
pimd, pim6d: Changing IGMP to GM in debug macros.
Changed PIM_DEBUG_IGMP_TRACE to PIM_DEBUG_GM_TRACE and
PIM_DEBUG_IGMP_TRACE_DETAIL to PIM_DEBUG_GM_TRACE_DETAIL.
Hence, these macros can be used for both v6 and v4.
Issue: #11895
Co-authored-by: Sai Gomathi N <nsaigomathi@vmware.com>
Signed-off-by: Abhishek N R <abnr@vmware.com>
Diffstat (limited to 'pimd/pim_igmpv2.c')
| -rw-r--r-- | pimd/pim_igmpv2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_igmpv2.c b/pimd/pim_igmpv2.c index 6e569e2803..188c1bfe4c 100644 --- a/pimd/pim_igmpv2.c +++ b/pimd/pim_igmpv2.c @@ -34,7 +34,7 @@ static void on_trace(const char *label, struct interface *ifp, struct in_addr from) { - if (PIM_DEBUG_IGMP_TRACE) { + if (PIM_DEBUG_GM_TRACE) { char from_str[INET_ADDRSTRLEN]; pim_inet4_dump("<from?>", from, from_str, sizeof(from_str)); zlog_debug("%s: from %s on %s", label, from_str, ifp->name); |
