]> git.proxmox.com Git - mirror_frr.git/commit - pimd/pim_register.c
pimd: update add_oif and del_oif debugs to print caller
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Fri, 15 Nov 2019 16:47:33 +0000 (08:47 -0800)
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Fri, 15 Nov 2019 16:47:33 +0000 (08:47 -0800)
commit1b249e70979b5cd625dc221a77c82f8b10236066
tree791e675827b02b335e336368fc8347fdabdd87ce
parenta6f6907031a98c8b801c5b435aad53cd177bc680
pimd: update add_oif and del_oif debugs to print caller

These logs were printing file name which has little value (is always
pim_oil.c). Instead print the caller.

add_oif/del_oif are being called directly from one too many. Instead OIF
setup needs to be consolidated via the PIM state machine. These
debugs are expected to help in understanding what needs to be cleaned up.

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
pimd/pim_ifchannel.c
pimd/pim_join.c
pimd/pim_oil.c
pimd/pim_oil.h
pimd/pim_register.c
pimd/pim_upstream.c
pimd/pim_vxlan.c
pimd/pim_zebra.c