summaryrefslogtreecommitdiff
path: root/ospfd/ospf_errors.h
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2020-06-18 19:46:28 +0200
committerOlivier Dugeon <olivier.dugeon@orange.com>2020-08-20 14:37:40 +0200
commit6f751f14935af2e831d6069514df5d20dae957a5 (patch)
treea7f29aac8e610cddfa0c3878710e70c6a02d63e5 /ospfd/ospf_errors.h
parentd81b8e0e1a3400f356a5dd314be7ccc1d98dfa50 (diff)
ospfd: Add Segment Routing Local Block
RFC 8665 defines a Segment Routing Local Block for Adjacency SID. This patch provides the possibility to modify the SRLB as well as reserved the block range from the Label Manager. - Introduce new CLI 'segment-routing local-block' - Add local block to SRDB structure - Parse / Serialize SRLB in Router Information LSA - Update OSPF-SR topotest - Update documentation Signed-off-by: Olivier Dugeon <olivier.dugeon@orange.com>
Diffstat (limited to 'ospfd/ospf_errors.h')
-rw-r--r--ospfd/ospf_errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_errors.h b/ospfd/ospf_errors.h
index 726f7d9c8b..df5bdaa491 100644
--- a/ospfd/ospf_errors.h
+++ b/ospfd/ospf_errors.h
@@ -31,6 +31,7 @@ enum ospf_log_refs {
EC_OSPF_SR_INVALID_DB,
EC_OSPF_SR_NODE_CREATE,
EC_OSPF_SR_INVALID_LSA_ID,
+ EC_OSPF_SR_SID_OVERFLOW,
EC_OSPF_INVALID_ALGORITHM,
EC_OSPF_FSM_INVALID_STATE,
EC_OSPF_SET_METRIC_PLUS,