Skip to content
Snippets Groups Projects
Commit 91d04583 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

BGP: Ensure that freed neighbor entry is not accessed

Routes from downed protocols stay in rtable (until next rtable prune
cycle ends) and may be even exported to another protocol. In BGP case,
source BGP protocol is examined, although dynamic parts (including
neighbor entries) are already freed. That may lead to crash under some
race conditions. Ensure that freed neighbor entry is not accessed to
avoid this issue.
parent ebd5751c
No related branches found
No related tags found
No related merge requests found
Pipeline #82764 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment