nat: use SVR
[vpp.git] / src / plugins / nat / nat66_out2in.c
index d404d9f..8386cd3 100644 (file)
@@ -116,7 +116,7 @@ VLIB_NODE_FN (nat66_out2in_node) (vlib_main_t * vm,
 
          if (PREDICT_FALSE
              (ip6_parse
-              (ip60, b0->current_length, &l4_protocol0, &l4_offset0,
+              (vm, b0, ip60, b0->current_length, &l4_protocol0, &l4_offset0,
                &frag_offset0)))
            {
              next0 = NAT66_OUT2IN_NEXT_DROP;