diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-02-14 17:42:25 -0500 |
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 11:13:36 -0400 |
| commit | 347bb8e26976758a3324c26c661479624eb09080 (patch) | |
| tree | 56ca9ae6d63b1708be9f8d3d65dba433992f7cb2 /zebra/zebra_errors.h | |
| parent | 9a0d4dd39be7cbed048e45b5a27ceb81608d76f6 (diff) | |
zebra: Add error code for bad nhg messages from the kernel
Needed an error code for nhg messages from the kernel.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
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 222055dd81..f35c465975 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -125,6 +125,7 @@ enum zebra_log_refs { EC_ZEBRA_DUP_MAC_DETECTED, EC_ZEBRA_DUP_IP_INHERIT_DETECTED, EC_ZEBRA_DUP_IP_DETECTED, + EC_ZEBRA_BAD_NHG_MESSAGE, }; void zebra_error_init(void); |
