summaryrefslogtreecommitdiff
path: root/lib/lib_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-18 08:49:36 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 20:02:05 +0000
commit4d43f68aeb2d26d7ea5e69a97970c4a4545882c5 (patch)
treecc713f5f29402d72a1d49e0a6ae9b2ced4ee9374 /lib/lib_errors.h
parent174482ef377034d2ab3c14df0b4f4191731f1316 (diff)
lib, zebra: Add LIB_ERR_INTERFACE
Add a error type that allows us to track bad interface states. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/lib_errors.h')
-rw-r--r--lib/lib_errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h
index 671c768eb9..67feb68827 100644
--- a/lib/lib_errors.h
+++ b/lib/lib_errors.h
@@ -33,6 +33,7 @@ enum lib_ferr_refs {
LIB_ERR_SYSTEM_CALL,
LIB_ERR_VTY,
LIB_ERR_SNMP,
+ LIB_ERR_INTERFACE,
};
extern void lib_error_init(void);