mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-30 23:25:48 +00:00
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:
parent
911ec6b474
commit
ca787a12a4
@ -363,6 +363,7 @@ enum isis_tlv_context {
|
|||||||
ISIS_CONTEXT_SUBTLV_NE_REACH,
|
ISIS_CONTEXT_SUBTLV_NE_REACH,
|
||||||
ISIS_CONTEXT_SUBTLV_IP_REACH,
|
ISIS_CONTEXT_SUBTLV_IP_REACH,
|
||||||
ISIS_CONTEXT_SUBTLV_IPV6_REACH,
|
ISIS_CONTEXT_SUBTLV_IPV6_REACH,
|
||||||
|
ISIS_CONTEXT_SUBTLV_SRV6_LOCATOR,
|
||||||
ISIS_CONTEXT_MAX,
|
ISIS_CONTEXT_MAX,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user