summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>2023-02-24 22:37:59 +0100
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>2023-09-11 17:35:17 +0200
commit989138b99e4c5a0977bb53e3311e43b9765d0504 (patch)
treeb1bc421e7a835f19f63fb3847994fffade33c408
parent7f3e7936198f98898b79109d8a2650218ad7c214 (diff)
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 <carmine.scarpitta@uniroma2.it>
-rw-r--r--isisd/isis_tlvs.h1
1 files changed, 1 insertions, 0 deletions
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,
};