diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-14 09:21:11 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | ab99c8e2b87e9d0ecfb91f6a05010948f9949cee (patch) | |
| tree | 539b3fbb8c0f4abb52328dcee47d8baa4eba0ec5 /lib/lib_errors.h | |
| parent | 481bc15ffcebcc7d0395a3ffa8ce70249e221d5b (diff) | |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/lib_errors.h b/lib/lib_errors.h index 24521a6008..3b5eb577b1 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); |
