Skip to content

Commit

Permalink
isisd: Copy Sub-Sub-TLVs of SRv6 End SID Sub-TLV
Browse files Browse the repository at this point in the history
Extend SRv6 End SID Sub-TLV copy function to copy Sub-Sub-TLVs (RFC 9352
section sonic-net#7.2).

Signed-off-by: Carmine Scarpitta <[email protected]>
  • Loading branch information
cscarpitta committed Sep 11, 2023
1 parent dce3e45 commit 0089b3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions isisd/isis_tlvs.c
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,7 @@ static struct isis_item *copy_item_srv6_end_sid(struct isis_item *i)

rv->behavior = sid->behavior;
rv->sid = sid->sid;
rv->subsubtlvs = isis_copy_subsubtlvs(sid->subsubtlvs);

return (struct isis_item *)rv;
}
Expand Down

0 comments on commit 0089b3b

Please sign in to comment.