diff options
| author | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2023-02-14 12:21:19 +0100 | 
|---|---|---|
| committer | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2023-09-11 17:35:08 +0200 | 
| commit | ca787a12a4a1618bb1f12596efb4b9f63ded0131 (patch) | |
| tree | b6478290bf59b4c2cb5b62bec814457c7187f4e5 /isisd/isis_tlvs.h | |
| parent | 911ec6b474ea48d9097af07a76a7b6a4d33fc39b (diff) | |
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>
Diffstat (limited to 'isisd/isis_tlvs.h')
| -rw-r--r-- | isisd/isis_tlvs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
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,  };  | 
