]> git.puffer.fish Git - mirror/frr.git/commit
zebra: debug logs to detect incorrect mac deletions 7399/head
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Tue, 26 May 2020 13:49:56 +0000 (06:49 -0700)
committerAnuradha Karuppiah <anuradhak@nvidia.com>
Tue, 1 Dec 2020 17:46:28 +0000 (09:46 -0800)
commit46bf266c1ccaa3d587de197f4975840922c2e18c
tree9a99f4afa365af17b43fec26352e32e6cfc9f5d8
parent4f9bb78eca97fdb86e80b11f9234ac9b9786e235
zebra: debug logs to detect incorrect mac deletions

A MAC entry cannot be deleted while a neigh is referencing it. It seems
there is some race condition where this may be happening. The log is
to help identify those cases.

Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
zebra/zebra_evpn_mac.c