diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-06-18 08:55:06 -0400 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-08-14 20:02:05 +0000 |
| commit | 674c3ca8a837bf732a6a6062bea23a3ec745d971 (patch) | |
| tree | af6152774226c3c2ee8bd93fb15f7ecf0a92f1d1 /lib/lib_errors.h | |
| parent | 4d43f68aeb2d26d7ea5e69a97970c4a4545882c5 (diff) | |
lib: Add LIB_ERR_NS to error subsystem
Add additional information about NameSpace errors that
may happen.
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 67feb68827..e4ab88e994 100644 --- a/lib/lib_errors.h +++ b/lib/lib_errors.h @@ -34,6 +34,7 @@ enum lib_ferr_refs { LIB_ERR_VTY, LIB_ERR_SNMP, LIB_ERR_INTERFACE, + LIB_ERR_NS, }; extern void lib_error_init(void); |
