X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fapi_errno.h;h=fdafb7e6b54c0f7a73ef8f159adc186e8873d38e;hb=2bfb9e15d8ed7d040de7e453d764a6eb79668f5f;hp=f928e0d8aa45f97307e1fdac3149660be05770a3;hpb=ff92efe1074e338f91e59d9c27125d102516e7bf;p=vpp.git diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index f928e0d8aa4..fdafb7e6b54 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -141,7 +141,11 @@ _(INIT_FAILED, -144, "Initialization Failed") \ _(NETLINK_ERROR, -145, "netlink error") \ _(BIER_BSL_UNSUP, -146, "BIER bit-string-length unsupported") \ _(INSTANCE_IN_USE, -147, "Instance in use") \ -_(INVALID_SESSION_ID, -148, "session ID out of range") +_(INVALID_SESSION_ID, -148, "session ID out of range") \ +_(ACL_IN_USE_BY_LOOKUP_CONTEXT, -149, "ACL in use by a lookup context") \ +_(INVALID_VALUE_3, -150, "Invalid value #3") \ +_(NON_ETHERNET, -151, "Interface is not an Ethernet interface") \ +_(BD_ALREADY_HAS_BVI, -152, "Bridge domain already has a BVI interface") typedef enum {