From ca787a12a4a1618bb1f12596efb4b9f63ded0131 Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Tue, 14 Feb 2023 12:21:19 +0100 Subject: [PATCH] isisd: Add context value for SRv6 Locator TLV Add a new TLV context value for the SRv6 Locator TLV. It will be needed to support unpacking of the Sub-TLVs of the SRv6 Locator 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 4fa0fe81d7..b7efd4daf9 100644 --- a/isisd/isis_tlvs.h +++ b/isisd/isis_tlvs.h @@ -363,6 +363,7 @@ enum isis_tlv_context { ISIS_CONTEXT_SUBTLV_NE_REACH, ISIS_CONTEXT_SUBTLV_IP_REACH, ISIS_CONTEXT_SUBTLV_IPV6_REACH, + ISIS_CONTEXT_SUBTLV_SRV6_LOCATOR, ISIS_CONTEXT_MAX, }; -- 2.39.5