diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2019-12-26 17:46:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-26 17:46:08 +0100 |
| commit | d7cce42cc78cfbe25e3cc19a612b1caee3c26809 (patch) | |
| tree | 2eefe24860f639fd7646596538a93951ab6ca83d /zebra/zebra_errors.h | |
| parent | 7655aa34c9d81c72e4d523d1c8bd959d8e6c43d9 (diff) | |
| parent | fd4c24f5e38bb686d86f0f7b3d8f48bcde7c67f7 (diff) | |
Merge pull request #5350 from sworleys/Fix-NS-Defualt-Info
zebra: Fix default ns->info should point to default zebra_ns
Diffstat (limited to 'zebra/zebra_errors.h')
| -rw-r--r-- | zebra/zebra_errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h index f9ccc2db28..4625a03ae6 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -76,6 +76,7 @@ enum zebra_log_refs { EC_ZEBRA_NHG_SYNC, EC_ZEBRA_NHG_FIB_UPDATE, EC_ZEBRA_IF_LOOKUP_FAILED, + EC_ZEBRA_NS_NO_DEFAULT, /* warnings */ EC_ZEBRA_NS_NOTIFY_READ, EC_ZEBRAING_LM_PROTO_MISMATCH, |
