summaryrefslogtreecommitdiff
path: root/lib/lib_errors.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-08-20 10:39:44 -0400
committerQuentin Young <qlyoung@cumulusnetworks.com>2018-09-06 20:50:58 +0000
commit0351a28f2a14f542cf20088f2794d0c4144a3cc3 (patch)
treefb84b5cff9d36fbc35748822000f463d5a7ca336 /lib/lib_errors.h
parentff9d9d5ba1acf0559bed1e8977147f541b0010ae (diff)
lib: Convert vrf.c to use new error-code subsystem
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 a157cc731b..dcaf888e1b 100644
--- a/lib/lib_errors.h
+++ b/lib/lib_errors.h
@@ -44,6 +44,7 @@ enum lib_log_refs {
LIB_WARN_SLOW_THREAD,
LIB_WARN_RMAP_RECURSION_LIMIT,
LIB_WARN_BACKUP_CONFIG,
+ LIB_WARN_VRF_LENGTH,
};
extern void lib_error_init(void);