aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ip/ip6_forward.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/ip/ip6_forward.h')
-rw-r--r--src/vnet/ip/ip6_forward.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/ip/ip6_forward.h b/src/vnet/ip/ip6_forward.h
index fcdcabd1e00..44744c0c77b 100644
--- a/src/vnet/ip/ip6_forward.h
+++ b/src/vnet/ip/ip6_forward.h
@@ -59,7 +59,7 @@ ip6_lookup_inline (vlib_main_t * vm,
vlib_combined_counter_main_t *cm = &load_balance_main.lbm_to_counters;
u32 n_left_from, n_left_to_next, *from, *to_next;
ip_lookup_next_t next;
- u32 thread_index = vlib_get_thread_index ();
+ u32 thread_index = vm->thread_index;
from = vlib_frame_vector_args (frame);
n_left_from = frame->n_vectors;