summaryrefslogtreecommitdiff
path: root/zebra/zebra_errors.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-06-18 12:16:24 -0400
committerGitHub <noreply@github.com>2024-06-18 12:16:24 -0400
commit7834c38ab38fe56a7384e77aa051316f9c6ec82b (patch)
tree92d34d542b1df9f062a8b9019057e9dd477cf55c /zebra/zebra_errors.h
parent0c760efa5c1fd21e9c0ce52c3ce722bee45e9a32 (diff)
parent36a310cc9f6ef7694d30fe3527a9462bb7155fd3 (diff)
Merge pull request #15604 from cscarpitta/srv6-sid-manager
Add support for SRv6 SID Manager
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);