Add GPE CLI/API for setting encap mode
[vpp.git] / src / vnet / api_errno.h
index 0daba16..8680ef7 100644 (file)
@@ -96,7 +96,9 @@ _(BFD_ENOENT, -102, "No such BFD object") \
 _(BFD_EINUSE, -103, "BFD object in use") \
 _(BFD_NOTSUPP, -104, "BFD feature not supported") \
 _(LISP_RLOC_LOCAL, -105, "RLOC address is local") \
-_(BFD_EAGAIN, -106, "BFD object cannot be manipulated at this time")
+_(BFD_EAGAIN, -106, "BFD object cannot be manipulated at this time")    \
+_(INVALID_GPE_MODE, -107, "Invalid GPE mode")                           \
+_(LISP_GPE_ENTRIES_PRESENT, -108, "LISP GPE entries are present")
 
 typedef enum
 {