diff options
| author | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2023-02-14 15:44:47 +0100 | 
|---|---|---|
| committer | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2023-09-11 22:11:22 +0200 | 
| commit | dda911b30ab655da53c8504be471f0ae7069c208 (patch) | |
| tree | fd2f43113be07bcb8ea297e95fc9ae015aa47b00 /isisd/isis_tlvs.c | |
| parent | 71b8756f80f6b32f36d5b51c3caacc6eee3a2739 (diff) | |
isisd: Define TLV ops for SRv6 End SID Sub-TLV
Use the ITEM_SUBTLV_OPS macro to define the TLV operations for the SRv6
End SID Sub-TLV (RFC 9352 section #7.2).
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 d8d247846f..44375fd254 100644 --- a/isisd/isis_tlvs.c +++ b/isisd/isis_tlvs.c @@ -6544,6 +6544,7 @@ ITEM_SUBTLV_OPS(prefix_sid, "Sub-TLV 3 SR Prefix-SID");  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");  static const struct tlv_ops *const tlv_table[ISIS_CONTEXT_MAX][ISIS_TLV_MAX] = {  	[ISIS_CONTEXT_LSP] = {  | 
