From 989138b99e4c5a0977bb53e3311e43b9765d0504 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Fri, 24 Feb 2023 22:37:59 +0100 Subject: [PATCH] isisd: Add context value for SRv6 End SID Sub-TLV Add a new TLV context value for the SRv6 End SID Sub-TLV. It will be needed to support unpacking of the Sub-Sub-TLVs of the SRv6 End SID Sub-TLV in future commits. Signed-off-by: Carmine Scarpitta --- isisd/isis_tlvs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/isisd/isis_tlvs.h b/isisd/isis_tlvs.h index ec3f5897a2..11f4f3fad7 100644 --- a/isisd/isis_tlvs.h +++ b/isisd/isis_tlvs.h @@ -377,6 +377,7 @@ enum isis_tlv_context { ISIS_CONTEXT_SUBTLV_IP_REACH, ISIS_CONTEXT_SUBTLV_IPV6_REACH, ISIS_CONTEXT_SUBTLV_SRV6_LOCATOR, + ISIS_CONTEXT_SUBSUBTLV_SRV6_END_SID, ISIS_CONTEXT_MAX, };