]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Further refine debugs in pim_sock_read path
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 17 Nov 2016 14:39:56 +0000 (09:39 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:16 +0000 (20:26 -0500)
commit0f055c0d5d2be277d2ecb0271e55620b13f5f341
tree8bb9a3193683bd8308b7141fd2d4c284d621f5ef
parent8bfb8b67ae63eb0ee81e9c928b11836dcd690d6c
pimd: Further refine debugs in pim_sock_read path

When we received a packet we were dumping packet information
with debugs on 2 times for each packet where we had overlapping
data being passed.

Since debugs are expensive, reduce the count to 1.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_pim.c