mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-03 17:07:05 +00:00
Merge pull request #14939 from rampxxxx/isis_lsp_id
isisd: Fix dislaying LSP ID
This commit is contained in:
commit
270c6c84b1
@ -703,7 +703,7 @@ void lspid_print(uint8_t *lsp_id, char *dest, size_t dest_len, char dynhost,
|
||||
else if (!memcmp(isis->sysid, lsp_id, ISIS_SYS_ID_LEN) && dynhost)
|
||||
snprintf(id, sizeof(id), "%.14s", cmd_hostname_get());
|
||||
else
|
||||
snprintf(id, sizeof(id), "%pSY", lsp_id);
|
||||
snprintfrr(id, sizeof(id), "%pSY", lsp_id);
|
||||
|
||||
if (frag)
|
||||
snprintf(dest, dest_len, "%s.%02x-%02x", id,
|
||||
|
Loading…
Reference in New Issue
Block a user