mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 08:23:56 +00:00
Merge pull request #16365 from zhou-run/202407101356
isisd: fix crash when calculating the neighbor spanning tree based on the fragmented LSP
This commit is contained in:
commit
9fc68d9b63
@ -873,6 +873,9 @@ static int isis_spf_process_lsp(struct isis_spftree *spftree,
|
||||
|| (mt_router_info && !mt_router_info->overload));
|
||||
|
||||
lspfragloop:
|
||||
if (!lsp->tlvs)
|
||||
return ISIS_OK;
|
||||
|
||||
if (lsp->hdr.seqno == 0) {
|
||||
zlog_warn("%s: lsp with 0 seq_num - ignore", __func__);
|
||||
return ISIS_WARNING;
|
||||
|
Loading…
Reference in New Issue
Block a user