diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2020-08-24 16:23:45 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-24 16:23:45 -0300 |
| commit | cd8ce25a70611ff133b0546cb51d31a4dcb129ba (patch) | |
| tree | abdde0c43bee09cb79b4e3efd85b57c6b3b5fb1c /ospfd/ospf_errors.c | |
| parent | f4c3f7f60f9880b3dd785a9f2a6c6a0c53e9fb89 (diff) | |
| parent | 0d174b6697a30247a5fbc0549160b9f66cc0b5db (diff) | |
Merge pull request #6726 from Orange-OpenSource/dev_ospf_sr
ospfd: Segment Routing Improvement
Diffstat (limited to 'ospfd/ospf_errors.c')
| -rw-r--r-- | ospfd/ospf_errors.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ospf_errors.c b/ospfd/ospf_errors.c index a985efc668..2de77a43f6 100644 --- a/ospfd/ospf_errors.c +++ b/ospfd/ospf_errors.c @@ -158,6 +158,12 @@ static struct log_ref ferr_ospf_err[] = { .suggestion = "Restart OSPF instance, If the problem persists, report the problem for troubleshooting" }, { + .code = EC_OSPF_SR_SID_OVERFLOW, + .title = "OSPF SR Segment-ID overflow", + .description = "OSPF Segment Routing ID index or label exceed Global or Local Block Range", + .suggestion = "Restart OSPF instance, If the problem persists, report the problem for troubleshooting" + }, + { .code = EC_OSPF_INVALID_ALGORITHM, .title = "OSPF SR Invalid Algorithm", .description = "OSPF Segment Routing invalid Algorithm", |
