]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: stop neigh hold timer when the neigh is deleted
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Tue, 26 May 2020 13:24:17 +0000 (06:24 -0700)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 6 Oct 2020 12:54:25 +0000 (15:54 +0300)
commitb48011cffd25b38c0a889bc8e8240ed1661cbdca
treecb0c60db1c289cf2f251f1cafbd61a7869a20db0
parenta6856a4b9c94ef57593f847188b4dcf676e077e2
zebra: stop neigh hold timer when the neigh is deleted

The neigh hold timer was firing after the neigh was deleted resulting
in the following crash -
[
    at ./zebra/zebra_evpn_neigh.h:155
    at zebra/zebra_evpn_neigh.c:447
    at lib/thread.c:1578
    at zebra/main.c:488
]

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