From f915c80606bcce221723e322846c403bc99a0424 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Fri, 27 Jan 2023 15:34:41 +0100 Subject: [PATCH] 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 --- isisd/isis_tlvs.h | 2 ++ 1 file changed, 2 insertions(+) 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,