mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
Merge pull request #17414 from dmytroshytyi-6WIND/srv6_isisd_fix_display_algorithm
isisd: properly display srv6 algorithm
This commit is contained in:
commit
a959c3fe9e
@ -7993,7 +7993,7 @@ struct isis_router_cap *isis_tlvs_init_router_capability(struct isis_tlvs *tlvs)
|
||||
tlvs->router_cap = XCALLOC(MTYPE_ISIS_TLV, sizeof(*tlvs->router_cap));
|
||||
|
||||
/* init SR algo list content to the default value */
|
||||
for (int i = 0; i < SR_ALGORITHM_COUNT; i++)
|
||||
for (int i = 1; i < SR_ALGORITHM_COUNT; i++)
|
||||
tlvs->router_cap->algo[i] = SR_ALGORITHM_UNSET;
|
||||
|
||||
return tlvs->router_cap;
|
||||
|
Loading…
Reference in New Issue
Block a user