diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-06-04 13:41:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-04 13:41:55 -0400 |
| commit | e4768d32b82f0054192f1bf1a455f5fd4e5d895e (patch) | |
| tree | 7f16a15f33ce2356bf013dad4ac8eb82c0e25576 /zebra/zebra_errors.c | |
| parent | dd553fb39b02cd4391d50ffb84b45da7248906ed (diff) | |
| parent | 2ba6be5b24c9c572d167248004fb1e3c4b57e0a2 (diff) | |
Merge pull request #5865 from slankdev/slankdev-zebra-srv6-manager
zebra: srv6 manager
Diffstat (limited to 'zebra/zebra_errors.c')
| -rw-r--r-- | zebra/zebra_errors.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/zebra/zebra_errors.c b/zebra/zebra_errors.c index 29b271425d..c3890f7220 100644 --- a/zebra/zebra_errors.c +++ b/zebra/zebra_errors.c @@ -786,6 +786,12 @@ static struct log_ref ferr_zebra_err[] = { .suggestion = "Use different table id's for the VRF's in question" }, { + .code = EC_ZEBRA_SRV6M_UNRELEASED_LOCATOR_CHUNK, + .title = "Zebra did not free any srv6 locator chunks", + .description = "Zebra's srv6-locator chunk cleanup procedure ran, but no srv6 locator chunks were released.", + .suggestion = "Ignore this error.", + }, + { .code = END_FERR, } }; |
