diff options
| author | Russ White <russ@riw.us> | 2020-04-22 11:35:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 11:35:53 -0400 |
| commit | e4306dc6953111e954554efe22b6f96b5afc9684 (patch) | |
| tree | 7bd02617d94f8f6bb02310a53a8e54c6324d1b74 /zebra/zebra_errors.h | |
| parent | 0f90b81558b1d37ecd960e487632492fe5f84896 (diff) | |
| parent | 5e0311982af37f1fa98883a629c4c17324455d0b (diff) | |
Merge pull request #5944 from donaldsharp/vrf_stoppage
Vrf stoppage
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 4625a03ae6..395004d0bb 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -132,6 +132,7 @@ enum zebra_log_refs { EC_ZEBRA_DUP_IP_DETECTED, EC_ZEBRA_BAD_NHG_MESSAGE, EC_ZEBRA_DUPLICATE_NHG_MESSAGE, + EC_ZEBRA_VRF_MISCONFIGURED, }; void zebra_error_init(void); |
