diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2017-02-21 18:28:34 +0100 |
---|---|---|
committer | Florin Coras <florin.coras@gmail.com> | 2017-02-27 10:20:50 +0000 |
commit | 3e7b569361f97368b0cad3468fac76ef2a398bfa (patch) | |
tree | c1184cd493b762c5d868857d71fc919bc14ccfce /src/vnet/api_errno.h | |
parent | 646ba9b004055861c6dbce14424cb1d3de757ff6 (diff) |
Add GPE CLI/API for setting encap mode
Change-Id: Id89e23fb5d275572b2356c073dfa0f55719e1a76
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Diffstat (limited to 'src/vnet/api_errno.h')
-rw-r--r-- | src/vnet/api_errno.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index 0daba1691ef..8680ef7ca63 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -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 { |