summaryrefslogtreecommitdiffstats
path: root/src/vnet/mpls/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/mpls/node.c')
-rw-r--r--src/vnet/mpls/node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/mpls/node.c b/src/vnet/mpls/node.c
index 03bfaf56ce9..5b407fae2a2 100644
--- a/src/vnet/mpls/node.c
+++ b/src/vnet/mpls/node.c
@@ -206,6 +206,7 @@ mpls_input_inline (vlib_main_t * vm,
}
else
{
+ next0 = MPLS_INPUT_NEXT_LOOKUP;
vnet_feature_arc_start(mm->input_feature_arc_index, sw_if_index0, &next0, b0);
vlib_increment_simple_counter (cm, cpu_index, sw_if_index0, 1);
}