X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip4_error.h;h=d3bf6d7971441864e2189ad40d5c22b57febe8fc;hb=401aedfb032d69daa876544e8e0a2973d69c50ac;hp=15828e39ac546409b6c497e3f45be53828c19b67;hpb=14d7e90788f87a4b7b174bb5a67171f8c9a7f842;p=vpp.git diff --git a/src/vnet/ip/ip4_error.h b/src/vnet/ip/ip4_error.h index 15828e39ac5..d3bf6d79714 100644 --- a/src/vnet/ip/ip4_error.h +++ b/src/vnet/ip/ip4_error.h @@ -86,8 +86,10 @@ /* 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_MALFORMED_PACKET, "malformed packets") + _ (REASS_FRAGMENT_CHAIN_TOO_LONG, "fragment chain too long (drop)") \ + _ (REASS_NO_BUF, "out of buffers (drop)") \ + _ (REASS_MALFORMED_PACKET, "malformed packets") \ + _ (REASS_INTERNAL_ERROR, "drops due to internal reassembly error") typedef enum {