mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-02 17:59:34 +00:00
Merge pull request #10497 from FRRouting/mergify/bp/dev/8.2/pr-10473
ospfd: Core in ospf_if_down during shutdown. (backport #10473)
This commit is contained in:
commit
19e928746c
@ -845,6 +845,8 @@ int ospf_if_down(struct ospf_interface *oi)
|
||||
/* Shutdown packet reception and sending */
|
||||
ospf_if_stream_unset(oi);
|
||||
|
||||
if (!ospf->new_table)
|
||||
return 1;
|
||||
for (rn = route_top(ospf->new_table); rn; rn = route_next(rn)) {
|
||||
or = rn->info;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user