X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Freass%2Fip4_full_reass.c;h=94136ff487c1163c46077c1fe5761dbcac4a65af;hb=1766ddca4406cbfddb2878990d580a6f9e34a58e;hp=b1d8a56fb933fe6ecdcd8dba75802cdd5c20c261;hpb=0250090fc0c24214cb1fa969f6e2f585099ee36b;p=vpp.git diff --git a/src/vnet/ip/reass/ip4_full_reass.c b/src/vnet/ip/reass/ip4_full_reass.c index b1d8a56fb93..94136ff487c 100644 --- a/src/vnet/ip/reass/ip4_full_reass.c +++ b/src/vnet/ip/reass/ip4_full_reass.c @@ -1233,7 +1233,10 @@ ip4_full_reass_inline (vlib_main_t * vm, vlib_node_runtime_t * node, /* bi0 might have been updated by reass_finalize, reload */ b0 = vlib_get_buffer (vm, bi0); - b0->error = node->errors[error0]; + if (IP4_ERROR_NONE != error0) + { + b0->error = node->errors[error0]; + } if (next0 == IP4_FULL_REASS_NEXT_HANDOFF) {