X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Freass%2Fip6_full_reass.c;h=ff3475a38d759f63317d406849e9bd8d0ba332b0;hb=1766ddca4406cbfddb2878990d580a6f9e34a58e;hp=7d6a31e170a787dc09e57813f3fb47d0fccca9b2;hpb=0250090fc0c24214cb1fa969f6e2f585099ee36b;p=vpp.git diff --git a/src/vnet/ip/reass/ip6_full_reass.c b/src/vnet/ip/reass/ip6_full_reass.c index 7d6a31e170a..ff3475a38d7 100644 --- a/src/vnet/ip/reass/ip6_full_reass.c +++ b/src/vnet/ip/reass/ip6_full_reass.c @@ -1208,7 +1208,10 @@ ip6_full_reassembly_inline (vlib_main_t * vm, /* bi0 might have been updated by reass_finalize, reload */ b0 = vlib_get_buffer (vm, bi0); - b0->error = node->errors[error0]; + if (IP6_ERROR_NONE != error0) + { + b0->error = node->errors[error0]; + } if (next0 == IP6_FULL_REASSEMBLY_NEXT_HANDOFF) {