mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 03:47:47 +00:00
isisd: Copy SID Struct when copying Sub-Sub-TLVs
Extend generic Sub-Sub-TLVs copy function to copy SRv6 SID Structure Sub-Sub-TLVs (RFC 9352 section #9). Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
This commit is contained in:
parent
5ff2f97d00
commit
2d8c968867
@ -2017,6 +2017,9 @@ isis_copy_subsubtlvs(struct isis_subsubtlvs *subsubtlvs)
|
|||||||
|
|
||||||
rv->context = subsubtlvs->context;
|
rv->context = subsubtlvs->context;
|
||||||
|
|
||||||
|
rv->srv6_sid_structure = copy_subsubtlv_srv6_sid_structure(
|
||||||
|
subsubtlvs->srv6_sid_structure);
|
||||||
|
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user