]> git.puffer.fish Git - matthieu/frr.git/commit
isisd: Make MTYPE_ISIS_SUBSUBTLV non-static
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Sat, 3 Jun 2023 00:22:02 +0000 (02:22 +0200)
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>
Mon, 11 Sep 2023 20:11:46 +0000 (22:11 +0200)
commitdf121f68e7a8b943c3bcc36c632fcd5116b8aad8
tree790cedd2c26ac33b6e9087cecf08fd2882fb934b
parentd56c0d23b0c5b60e2ae9f2ae1af9c143b49a4539
isisd: Make MTYPE_ISIS_SUBSUBTLV non-static

We need to allocate memory SRv6 SID Structure Sub-Sub-TLV in
isis_srv6.c. MTYPE_ISIS_SUBSUBTLV is statically defined in isis_tlvs.c
and therefore is not visible in isis_srv6.c. Let's make
MTYPE_ISIS_SUBSUBTLV non-static to provide visibility to the external
world..

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