From: Carmine Scarpitta Date: Fri, 27 Jan 2023 12:26:54 +0000 (+0100) Subject: isisd: Add IS-IS SRv6 End SID Sub-TLV Codepoint X-Git-Tag: base_9.1~88^2~91 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=f9b476080f93f5dfac6cfae9dc018a72902def69;p=mirror%2Ffrr.git isisd: Add IS-IS SRv6 End SID Sub-TLV Codepoint Add the `IS-IS SRv6 End SID Sub-TLV Codepoint` as defined in the `IS-IS Sub-TLVs for TLVs Advertising Prefix Reachability` IANA registry. This codepoint will be used as the Sub-TLV Type to advertise the SRv6 End SID Sub-TLV in the SRv6 Locator TLV. Signed-off-by: Carmine Scarpitta --- diff --git a/isisd/isis_tlvs.h b/isisd/isis_tlvs.h index b7efd4daf9..e97982610d 100644 --- a/isisd/isis_tlvs.h +++ b/isisd/isis_tlvs.h @@ -474,6 +474,8 @@ enum isis_tlv_type { /* RFC 9352 section #4.4 */ ISIS_SUBTLV_SRV6_MAX_END_D_MSD = 45, + ISIS_SUBTLV_SRV6_END_SID = 5, + /* draft-ietf-lsr-isis-srv6-extensions */ ISIS_SUBSUBTLV_SID_STRUCTURE = 1,