mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-25 21:37:29 +00:00
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:
parent
7f3e793619
commit
989138b99e
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user