diff options
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 ed8e7bbb649..8c509d7a411 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -136,7 +136,8 @@ _(ACL_IN_USE_OUTBOUND, -143, "Outbound ACL in use") \ _(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") +_(INSTANCE_IN_USE, -147, "Instance in use") \ +_(INVALID_SESSION_ID, -148, "session ID out of range") typedef enum { |