From: Carmine Scarpitta Date: Fri, 27 Jan 2023 14:34:41 +0000 (+0100) Subject: isisd: Add SRv6 SID Struct Sub-Sub-TLV Codepoint X-Git-Tag: base_9.1~88^2~90 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f915c80606bcce221723e322846c403bc99a0424;p=matthieu%2Ffrr.git isisd: Add SRv6 SID Struct Sub-Sub-TLV Codepoint Add the `IS-IS SRv6 SID Structure Sub-Sub-TLV Codepoint` as defined in the `IS-IS Sub-Sub-TLVs for SRv6 SID Sub-TLVs` IANA registry. This codepoint will be used as the Sub-Sub-TLV Type to advertise the SRv6 SID Structure Sub-Sub-TLV in the SRv6 End SID, SRv6 End.X SID, and SRv6 LAN End.X SID Sub-TLVs. Signed-off-by: Carmine Scarpitta --- diff --git a/isisd/isis_tlvs.h b/isisd/isis_tlvs.h index e97982610d..a42522adfc 100644 --- a/isisd/isis_tlvs.h +++ b/isisd/isis_tlvs.h @@ -476,6 +476,8 @@ enum isis_tlv_type { ISIS_SUBTLV_SRV6_END_SID = 5, + ISIS_SUBSUBTLV_SRV6_SID_STRUCTURE = 1, + /* draft-ietf-lsr-isis-srv6-extensions */ ISIS_SUBSUBTLV_SID_STRUCTURE = 1,