]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_ifchannel.c
pimd: `debug igmp trace` turns on non igmp debugs
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 12 Nov 2019 13:02:06 +0000 (08:02 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 12 Nov 2019 14:38:04 +0000 (09:38 -0500)
commit23fc858a5e9cd38116b3ddc351168f6e231df6b5
tree0237a36c679e01155585ebcf796bb749f7e67a51
parent26a0f1e2fe2656c2c5a2115b40172b94569e18a1
pimd: `debug igmp trace` turns on non igmp debugs

When you turn on `debug igmp trace` we are seeing a bunch
of debugs associated with pim processing.  This is because we were
using PIM_DEBUG_TRACE which is both `debug igmp trace` and `debug pim trace`
when tracing igmp code it would be nice to only see igmp work.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_ifchannel.c
pimd/pim_join.c
pimd/pim_jp_agg.c
pimd/pim_mroute.c
pimd/pim_register.c
pimd/pim_rp.c
pimd/pim_rpf.c
pimd/pim_upstream.c