From 150d3d3a025bc7adc285859bd6c6d9532676887f Mon Sep 17 00:00:00 2001 From: Carmine Scarpitta Date: Fri, 27 Jan 2023 15:47:16 +0100 Subject: [PATCH] isisd: Add IS-IS SRv6 Locator TLV Codepoint Add IS-IS SRv6 Locator TLV Codepoint as defined in the IANA registry IS-IS Top-Level TLV Codepoints. 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 f24c88b165..fd7a0306ac 100644 --- a/isisd/isis_tlvs.h +++ b/isisd/isis_tlvs.h @@ -368,6 +368,8 @@ enum isis_tlv_type { ISIS_TLV_PURGE_ORIGINATOR = 13, ISIS_TLV_EXTENDED_REACH = 22, + ISIS_TLV_SRV6_LOCATOR = 27, + ISIS_TLV_OLDSTYLE_IP_REACH = 128, ISIS_TLV_PROTOCOLS_SUPPORTED = 129, ISIS_TLV_OLDSTYLE_IP_REACH_EXT = 130, -- 2.39.5