summaryrefslogtreecommitdiffstats
path: root/lib/lib_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-06-14 15:21:11 +0200
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-08-14 22:02:05 +0200
commitab99c8e2b87e9d0ecfb91f6a05010948f9949cee (patch)
tree539b3fbb8c0f4abb52328dcee47d8baa4eba0ec5 /lib/lib_errors.h
parentlib: Add LIB_ERR_SYSTEM_CALL and convert VRF_SOCKET to SOCKET (diff)
downloadfrr-ab99c8e2b87e9d0ecfb91f6a05010948f9949cee.tar.xz
frr-ab99c8e2b87e9d0ecfb91f6a05010948f9949cee.zip
lib: Add LIB_ERR_VTY
Add a error code for when the vty subsystem detects an error. 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 24521a600..3b5eb577b 100644
--- a/lib/lib_errors.h
+++ b/lib/lib_errors.h
@@ -31,6 +31,7 @@ enum lib_ferr_refs {
LIB_ERR_ZAPI_ENCODE,
LIB_ERR_ZAPI_SOCKET,
LIB_ERR_SYSTEM_CALL,
+ LIB_ERR_VTY,
};
extern void lib_error_init(void);