diff options
author | Klement Sekera <ksekera@cisco.com> | 2017-02-02 06:58:07 +0100 |
---|---|---|
committer | Klement Sekera <ksekera@cisco.com> | 2017-02-08 07:47:00 +0100 |
commit | a57a970952be2c3403c57dd7a16cd3d73660ef79 (patch) | |
tree | 89c0aab21b2c5f15d3b3cd355fb54c2c7ae7c66d /src/vnet/api_errno.h | |
parent | 8ea6d7153b053f1b9bf837ef3a927136f44b41fd (diff) |
BFD: modify session parameters
Change-Id: I666e5c0cc71a3693640960c93cdd1907f84fbe23
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/vnet/api_errno.h')
-rw-r--r-- | src/vnet/api_errno.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index 32880232ec9..0daba1691ef 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -95,7 +95,8 @@ _(BFD_EEXIST, -101, "Duplicate BFD object") \ _(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") +_(LISP_RLOC_LOCAL, -105, "RLOC address is local") \ +_(BFD_EAGAIN, -106, "BFD object cannot be manipulated at this time") typedef enum { |