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