NAT: VPP-1537 IPFIX per worker processing
[vpp.git] / src / plugins / nat / nat_api.c
index b1aa324..55e6bf9 100644 (file)
@@ -2324,7 +2324,8 @@ static void
 
   for (i = 0; i < count; i++)
     {
-      if ((rv = nat64_add_del_pool_addr (&this_addr, vrf_id, mp->is_add)))
+      if ((rv = nat64_add_del_pool_addr (vlib_get_thread_index (),
+                                        &this_addr, vrf_id, mp->is_add)))
        goto send_reply;
 
       increment_v4_address (&this_addr);