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 <carmine.scarpitta@uniroma2.it>
This commit is contained in:
Carmine Scarpitta 2023-02-14 12:21:19 +01:00
parent 911ec6b474
commit ca787a12a4

View File

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