X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vnet%2Fvnet%2Fapi_errno.h;h=f16d9781bdcf2f5ae2e57503fa24da1580dc1738;hb=948b95a9a08d38e7f74a160c11193f73a90e98c9;hp=6d3dbbac7bd5e2ab567c78b05e5133016e2fce20;hpb=52fc44d61bcebb898dc19ab818ff60e617055694;p=vpp.git diff --git a/vnet/vnet/api_errno.h b/vnet/vnet/api_errno.h index 6d3dbbac7bd..f16d9781bdc 100644 --- a/vnet/vnet/api_errno.h +++ b/vnet/vnet/api_errno.h @@ -74,7 +74,15 @@ _(BOND_SLAVE_NOT_ALLOWED, -80, "Operation not allowed on slave of BondEthernet") _(VALUE_EXIST, -81, "Value already exists") \ _(SAME_SRC_DST, -82, "Source and destination are the same") \ _(IP6_MULTICAST_ADDRESS_NOT_PRESENT, -83, "IP6 multicast address required") \ -_(SR_POLICY_NAME_NOT_PRESENT, -84, "Segement routing policy name required") +_(SR_POLICY_NAME_NOT_PRESENT, -84, "Segement routing policy name required") \ +_(NOT_RUNNING_AS_ROOT, -85, "Not running as root") \ +_(ALREADY_CONNECTED, -86, "Connection to the data plane already exists") \ +_(UNSUPPORTED_JNI_VERSION, -87, "Unsupported JNI version") \ +_(FAILED_TO_ATTACH_TO_JAVA_THREAD, -88, "Failed to attach to Java thread") \ +_(INVALID_WORKER, -89, "Invalid worker thread") \ +_(LISP_DISABLED, -90, "LISP is disabled") \ +_(CLASSIFY_TABLE_NOT_FOUND, -91, "Classify table not found") \ +_(INVALID_EID_TYPE, -92, "Unsupported LSIP EID type") typedef enum { #define _(a,b,c) VNET_API_ERROR_##a = (b),