mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 10:04:18 +00:00
isisd: Add new memtype for IS-IS SRv6 SID
Define a new memtype `MTYPE_ISIS_SRV6_SID` used to allocate objects of type `IS-IS SRv6 SID`. Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
This commit is contained in:
parent
a933a4dd5d
commit
acb78513a5
@ -17,6 +17,9 @@
|
|||||||
#include "isisd/isis_srv6.h"
|
#include "isisd/isis_srv6.h"
|
||||||
#include "isisd/isis_zebra.h"
|
#include "isisd/isis_zebra.h"
|
||||||
|
|
||||||
|
/* Local variables and functions */
|
||||||
|
DEFINE_MTYPE_STATIC(ISISD, ISIS_SRV6_SID, "ISIS SRv6 Segment ID");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Unset the SRv6 locator for a given IS-IS area.
|
* Unset the SRv6 locator for a given IS-IS area.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user