diff options
author | Klement Sekera <ksekera@cisco.com> | 2019-06-25 11:19:22 +0000 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-09-26 14:12:07 +0000 |
commit | de34c35fc73226943538149fae9dbc5cfbdc6e75 (patch) | |
tree | ab354210305403bc29a3effc7c002f947422cb9f /src/vnet/ip/ip6_error.h | |
parent | 33538a15087eea7c994b6f3d8a952c4b6ea98ee4 (diff) |
ip: add shallow virtual reassembly functionality
Type: feature
Change-Id: Ibc8334e26c7e6f6120696c3e313b6e11d73dab99
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/vnet/ip/ip6_error.h')
-rw-r--r-- | src/vnet/ip/ip6_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/ip/ip6_error.h b/src/vnet/ip/ip6_error.h index 3ca2be61a55..a6fb16570b6 100644 --- a/src/vnet/ip/ip6_error.h +++ b/src/vnet/ip/ip6_error.h @@ -84,7 +84,8 @@ _ (REASS_FRAGMENT_CHAIN_TOO_LONG, "fragment chain too long (drop)") \ _ (REASS_NO_BUF, "out of buffers (drop)") \ _ (REASS_TIMEOUT, "fragments dropped due to reassembly timeout") \ - _ (REASS_INTERNAL_ERROR, "drops due to internal reassembly error") + _ (REASS_INTERNAL_ERROR, "drops due to internal reassembly error") \ + _ (REASS_UNSUPP_IP_PROTO, "unsupported ip protocol") typedef enum { |