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>
This commit is contained in:
Carmine Scarpitta 2023-02-24 22:37:59 +01:00
parent 7f3e793619
commit 989138b99e

View File

@ -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,
};