]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add some debugs to neighbor entry processing 3926/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 8 Mar 2019 15:46:55 +0000 (10:46 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 8 Mar 2019 15:46:55 +0000 (10:46 -0500)
commit28bd0652ac396bf14577c96eb93b5c835a505a4b
treefbf1191d51d4651a287a545abb7760fe3e3c5354
parent2ec19f003c8aff14dcef1256d1e914c659ae4002
zebra: Add some debugs to neighbor entry processing

When we get a neighbor entry in zebra we start processing it.
Let's add some additional debugs to the processing so that when
it bails out and we don't use the data, we know the reason.
This should help in debugging the problems from why bgp does
not appear to have data associated with a neighbor entry
in the kernel.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rt_netlink.c
zebra/zebra_vxlan.c