]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Log how we got to this failure.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 22 Jun 2018 18:26:56 +0000 (14:26 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 25 Jun 2018 14:02:48 +0000 (10:02 -0400)
commit6ca7b664b5d842a63f795fb42c8c8540868cfcf1
tree95eb3935de41c36bd2ad611d28712c779ba78028
parent9bdf861803dd019bc706b5714b04440c6f8696bb
zebra: Log how we got to this failure.

When a filter function fails to work correctly, we get an
error message that something has gone wrong.  Unfortunately
we may not have any clues as to where the decode failure
happened.  Add a backtrace to give us a clue.

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