diff options
| author | Rafael Zalamena <rzalamena@users.noreply.github.com> | 2020-08-06 19:49:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-06 19:49:14 +0000 |
| commit | 084cb7525441d2d2a6f9401741ebe692d7ec7981 (patch) | |
| tree | 9c66d1a1a7b48da3a6db37d5a2e379ae1b2c32a1 /zebra/zebra_errors.h | |
| parent | 67ac9b3fff569702d911cfa721ed9bbc4e4fe8e5 (diff) | |
| parent | df98b92c12066db2130bfed489762d99892aff86 (diff) | |
Merge pull request #6587 from AnuradhaKaruppiah/evpn-mh-pr-1
EVPN Multihoming part-1
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 5f2a7a12c6..03953ed17f 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -134,6 +134,7 @@ enum zebra_log_refs { EC_ZEBRA_BAD_NHG_MESSAGE, EC_ZEBRA_DUPLICATE_NHG_MESSAGE, EC_ZEBRA_VRF_MISCONFIGURED, + EC_ZEBRA_ES_CREATE, }; void zebra_error_init(void); |
