summaryrefslogtreecommitdiff
path: root/zebra/zebra_errors.h
diff options
context:
space:
mode:
authorCarmine Scarpitta <cscarpit@cisco.com>2024-03-23 16:30:58 +0100
committerCarmine Scarpitta <cscarpit@cisco.com>2024-06-13 14:54:16 +0200
commitc570d2bcaec477167d613d1b2bf57021200d1f89 (patch)
tree1e3f569a3a454b5020316e1f5d2c4bbb32537f1a /zebra/zebra_errors.h
parentf8da4a29e58ec301c72a17f238686a59b62edef0 (diff)
zebra: Add functions to alloc/release SRv6 SIDs
Add functions to allocate/release SRv6 SIDs. SIDs can be allocated either explicitly (allocate a specific SID) or dynamically (allocate any available SID). Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to 'zebra/zebra_errors.h')
-rw-r--r--zebra/zebra_errors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h
index 3ac654bda5..84632e1ad5 100644
--- a/zebra/zebra_errors.h
+++ b/zebra/zebra_errors.h
@@ -124,6 +124,8 @@ enum zebra_log_refs {
EC_ZEBRA_GRE_SET_UPDATE,
EC_ZEBRA_SRV6M_UNRELEASED_LOCATOR_CHUNK,
EC_ZEBRA_INTF_UPDATE_FAILURE,
+ EC_ZEBRA_SM_CANNOT_ASSIGN_SID,
+ EC_ZEBRA_SM_DAEMON_MISMATCH,
};
void zebra_error_init(void);