diff options
| author | Naveen Thanikachalam <nthanikachal@vmware.com> | 2019-08-11 03:56:12 -0700 |
|---|---|---|
| committer | Naveen Thanikachalam <nthanikachal@vmware.com> | 2019-08-11 03:56:12 -0700 |
| commit | dfb6fd1dd119a5bd660012e940e8328534547e76 (patch) | |
| tree | ff17e06e3da00b9324561d8ca310de12db4205b6 /lib/logicalrouter.h | |
| parent | ab0ef7a3920131edf680a866b21bd6e03fd92041 (diff) | |
bgpd: Assertion failed during shutdown.
A race condition causes the failure.
The function "make_info()" sets the path info's peer to
bgp instance's "peer_self" which is created when BGP is first
configured and deleted only when BGP is brought down completely.
A race condition causes the bgp instances's "peer_self" to be
removed before the routes are being pulled off from the aggregate
address.
If the bgp instance's "peer_self" is NULL or, if BGP is being deleted,
the aggregate route must not be reinstalled.
Signed-off-by: NaveenThanikachalam nthanikachal@vmware.com
Diffstat (limited to 'lib/logicalrouter.h')
0 files changed, 0 insertions, 0 deletions
