mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 11:48:50 +00:00
isisd: fix SA warning
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
This commit is contained in:
parent
057edd2e84
commit
1d99019d84
@ -1267,7 +1267,7 @@ static void spf_adj_list_parse_tlv(struct isis_spftree *spftree,
|
||||
lsp = lsp_search(spftree->lspdb, lspid);
|
||||
if (lsp == NULL || lsp->hdr.rem_lifetime == 0) {
|
||||
zlog_warn("ISIS-SPF: No LSP found from root to L%d %s",
|
||||
spftree->level, rawlspid_print(id));
|
||||
spftree->level, rawlspid_print(lspid));
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user