diff options
| author | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2023-02-15 13:27:41 +0100 |
|---|---|---|
| committer | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2023-09-11 22:11:35 +0200 |
| commit | 46a93507f3a548531bfe90315ad02db761ca5834 (patch) | |
| tree | 98c3897d7e36ecc86ff0cdaa2ac1dfb0691be21d /isisd/isis_tlvs.c | |
| parent | 5579ca40ef7043319e701c990132ebc5b8628b77 (diff) | |
isisd: Define TLV ops for SID Struct Sub-Sub-TLV
Use the SUBSUBTLV_OPS macro to define the TLV operations for the SRv6
SID Structure Sub-Sub-TLV (RFC 9352 section #9).
Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
Diffstat (limited to 'isisd/isis_tlvs.c')
| -rw-r--r-- | isisd/isis_tlvs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/isisd/isis_tlvs.c b/isisd/isis_tlvs.c index a1535632fa..b62d4cd7b1 100644 --- a/isisd/isis_tlvs.c +++ b/isisd/isis_tlvs.c @@ -6795,6 +6795,7 @@ SUBTLV_OPS(ipv6_source_prefix, "Sub-TLV 22 IPv6 Source Prefix"); ITEM_TLV_OPS(srv6_locator, "TLV 27 SRv6 Locator"); ITEM_SUBTLV_OPS(srv6_end_sid, "Sub-TLV 5 SRv6 End SID"); +SUBSUBTLV_OPS(srv6_sid_structure, "Sub-Sub-TLV 1 SRv6 SID Structure"); static const struct tlv_ops *const tlv_table[ISIS_CONTEXT_MAX][ISIS_TLV_MAX] = { [ISIS_CONTEXT_LSP] = { |
