From 98fd05580ce702cae1dc403dfd45ae18a6df87cd Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Mon, 25 Feb 2019 13:58:32 -0500 Subject: zebra: Add error code for duplicate nexthops Add an error code that indicates we received a nexthop from the kernel that is identical to one it/we already have other than its ID. Signed-off-by: Stephen Worley --- zebra/zebra_errors.h | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/zebra_errors.h') diff --git a/zebra/zebra_errors.h b/zebra/zebra_errors.h index 37e0a22919..44d61fc9b0 100644 --- a/zebra/zebra_errors.h +++ b/zebra/zebra_errors.h @@ -127,6 +127,7 @@ enum zebra_log_refs { EC_ZEBRA_DUP_IP_INHERIT_DETECTED, EC_ZEBRA_DUP_IP_DETECTED, EC_ZEBRA_BAD_NHG_MESSAGE, + EC_ZEBRA_DUPLICATE_NHG_MESSAGE, }; void zebra_error_init(void); -- cgit v1.2.3