diff options
author | Dave Barach <dave@barachs.net> | 2018-09-21 13:10:28 -0400 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2018-09-24 08:08:34 +0000 |
commit | 9e3252b5cec76dddb9877e593c799ebe15cae0af (patch) | |
tree | 37a848d9e9bb0ff59f8b54e5bab9380df39a4ebc /src/vnet | |
parent | bdc0e6b7204ea0211d4f7881497e4306586fb9ef (diff) |
Network delay simulator plugin
Change-Id: I4a70c7df8f0cb368a4e1cb16f30eeef5c6058c79
Signed-off-by: Dave Barach <dave@barachs.net>
Diffstat (limited to 'src/vnet')
-rw-r--r-- | src/vnet/api_errno.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/api_errno.h b/src/vnet/api_errno.h index 5859bb92d3e..05a4a45cd1f 100644 --- a/src/vnet/api_errno.h +++ b/src/vnet/api_errno.h @@ -143,6 +143,7 @@ _(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") \ _(ACL_IN_USE_BY_LOOKUP_CONTEXT, -149, "ACL in use by a lookup context") \ +_(INVALID_VALUE_3, -150, "Invalid value #3") typedef enum { |