mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 15:10:38 +00:00
isisd: Bind SRv6 Locator TLV ops to IS-IS TLV type
General TLV processing functions (i.e., copy, format, free, pack, and unpack) perform a lookup of the specific handler for a TLV in the `tlv_table`, and then call the specific handler to process the TLV. This commit adds the handlers for the SRv6 Locator TLV (stored in `tlv_srv6_locator_ops`) to the `tlv_table`. Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
This commit is contained in:
parent
ed69638745
commit
12da71d9f8
@ -6441,6 +6441,7 @@ static const struct tlv_ops *const tlv_table[ISIS_CONTEXT_MAX][ISIS_TLV_MAX] = {
|
||||
[ISIS_TLV_MT_IPV6_REACH] = &tlv_ipv6_reach_ops,
|
||||
[ISIS_TLV_THREE_WAY_ADJ] = &tlv_threeway_adj_ops,
|
||||
[ISIS_TLV_ROUTER_CAPABILITY] = &tlv_router_cap_ops,
|
||||
[ISIS_TLV_SRV6_LOCATOR] = &tlv_srv6_locator_ops,
|
||||
},
|
||||
[ISIS_CONTEXT_SUBTLV_NE_REACH] = {},
|
||||
[ISIS_CONTEXT_SUBTLV_IP_REACH] = {
|
||||
|
Loading…
Reference in New Issue
Block a user