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