]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: Bind SRv6 End SID Sub-TLV ops to TLV type
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Wed, 15 Feb 2023 12:28:06 +0000 (13:28 +0100)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Mon, 11 Sep 2023 20:11:23 +0000 (22:11 +0200)
commit15ecf1a1254e93b1f81af65af9a543e18968ca6a
treec97e68ee504e679d757fffcccba7f39f387c561d
parentdda911b30ab655da53c8504be471f0ae7069c208
isisd: Bind SRv6 End SID Sub-TLV ops to TLV type

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

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