]> git.puffer.fish Git - mirror/frr.git/commit
isisd: Bind SRv6 SID Struct ops to TLV type
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Wed, 15 Feb 2023 12:28:25 +0000 (13:28 +0100)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Mon, 11 Sep 2023 20:11:36 +0000 (22:11 +0200)
commit77a8c68df6cea63aa954e68c104b5281123ca290
treeeef7ca9383b83e1ba877a667f211d5dc2a5252fb
parent46a93507f3a548531bfe90315ad02db761ca5834
isisd: Bind SRv6 SID Struct ops to TLV type

General Sub-Sub-TLV processing functions (i.e., copy, format, free,
pack, and unpack) perform a lookup of the handler specific for a
Sub-Sub-TLV in the `tlv_table`, and then call the specific handler to
process the Sub-Sub-TLV.
This commit adds the handlers for the SRv6 Structure Sub-Sub-TLV (stored
in `subsubtlv_srv6_sid_structure_ops`) to the `tlv_table`.

Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
isisd/isis_tlvs.c