mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-26 01:43:35 +00:00
Merge pull request #10473 from tlsalmin/master
ospfd: Core in ospf_if_down during shutdown.
This commit is contained in:
commit
2d8f6f91df
@ -845,6 +845,8 @@ int ospf_if_down(struct ospf_interface *oi)
|
|||||||
/* Shutdown packet reception and sending */
|
/* Shutdown packet reception and sending */
|
||||||
ospf_if_stream_unset(oi);
|
ospf_if_stream_unset(oi);
|
||||||
|
|
||||||
|
if (!ospf->new_table)
|
||||||
|
return 1;
|
||||||
for (rn = route_top(ospf->new_table); rn; rn = route_next(rn)) {
|
for (rn = route_top(ospf->new_table); rn; rn = route_next(rn)) {
|
||||||
or = rn->info;
|
or = rn->info;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user