From a6bce494e6f2117029e2760d0d15bfd212aca3ec Mon Sep 17 00:00:00 2001 From: Filip Tehlar Date: Fri, 3 Feb 2017 10:17:49 +0100 Subject: LISP: reject remote mappings that have as locators local IPs Change-Id: Ifaf46554e45557ebf82009d9c46a9e905a46f884 Signed-off-by: Filip Tehlar --- src/vnet/api_errno.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/vnet/api_errno.h') diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index 192bfaa4bc2..32880232ec9 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -94,7 +94,8 @@ _(CANNOT_ENABLE_DISABLE_FEATURE, -100, "Cannot enable/disable feature") \ _(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") +_(BFD_NOTSUPP, -104, "BFD feature not supported") \ +_(LISP_RLOC_LOCAL, -105, "RLOC address is local") typedef enum { -- cgit 1.2.3-korg