]> git.puffer.fish Git - matthieu/frr.git/commit
bfdd: Prevent storage of ifp pointer that has been deleted
authorDonald Sharp <sharpd@nvidia.com>
Sat, 30 Jan 2021 20:41:35 +0000 (15:41 -0500)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 16 Feb 2021 17:57:22 +0000 (20:57 +0300)
commit6171becdb391ea5b88916a3a28b04b555e1fc518
tree06bbba21bd1662993df88feff3f2efd0ec4b5328
parent9ebb41cf4bb51e0872796530bf8c7a4d819053db
bfdd: Prevent storage of ifp pointer that has been deleted

On shutdown, interfaces are deleted but if the bfd session
is down we retain the interface pointer.  Remove the retained
pointer.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bfdd/ptm_adapter.c