]> git.puffer.fish Git - mirror/frr.git/commit
zebra: failed neighbor event logging was a bit too aggresive 4584/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 20 Jun 2019 09:37:17 +0000 (05:37 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 20 Jun 2019 09:37:17 +0000 (05:37 -0400)
commit9b0369745d80ac6b78f0121563fc51e3f85003e3
tree0479550483585a4ee9ad825620b7b79cc6c11414
parent53c16fbec02110222fe0d206de11aeb2fe49fca1
zebra: failed neighbor event logging was a bit too aggresive

The failed neighbor event logging that was recently added in
commit: 3acae086bacea16fdcdd3987f092d678d56bc356

cast a bit too broad of a stroke.  We should only inform
the user that we were ignoring the RTM_NEWNEIGH FAIL callback
when we believe it was one of our own 5549 entries.

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