diff options
author | Klement Sekera <ksekera@cisco.com> | 2018-12-10 13:46:09 +0100 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-12-13 14:42:50 +0000 |
commit | 14d7e90788f87a4b7b174bb5a67171f8c9a7f842 (patch) | |
tree | e89f6b874b29d9d20ea243a635728cacc4d2d85d /src/vnet/ip/ip4_error.h | |
parent | 69db1a60846f3e7dea3e1f615c396c356a49532e (diff) |
VPP-1522: harden reassembly code
Change-Id: Ib5a20bff7d8a340ecf50bcd4a023d6bf36382ba3
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/vnet/ip/ip4_error.h')
-rw-r--r-- | src/vnet/ip/ip4_error.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/vnet/ip/ip4_error.h b/src/vnet/ip/ip4_error.h index 52c43adb12c..15828e39ac5 100644 --- a/src/vnet/ip/ip4_error.h +++ b/src/vnet/ip/ip4_error.h @@ -86,7 +86,8 @@ /* Errors signalled by ip4-reassembly */ \ _ (REASS_DUPLICATE_FRAGMENT, "duplicate/overlapping fragments") \ _ (REASS_LIMIT_REACHED, "drops due to concurrent reassemblies limit") \ - _ (REASS_TIMEOUT, "fragments dropped due to reassembly timeout") + _ (REASS_TIMEOUT, "fragments dropped due to reassembly timeout") \ + _ (REASS_MALFORMED_PACKET, "malformed packets") typedef enum { |