aboutsummaryrefslogtreecommitdiffstats
path: root/vnet/vnet/l2/l2_input_acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/l2/l2_input_acl.c')
-rw-r--r--vnet/vnet/l2/l2_input_acl.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vnet/vnet/l2/l2_input_acl.c b/vnet/vnet/l2/l2_input_acl.c
index 77fa8944e9f..49df0f65ce4 100644
--- a/vnet/vnet/l2/l2_input_acl.c
+++ b/vnet/vnet/l2/l2_input_acl.c
@@ -254,6 +254,7 @@ l2_inacl_node_fn (vlib_main_t * vm,
/* Feature bitmap update */
vnet_buffer(b0)->l2.feature_bitmap &= ~L2INPUT_FEAT_ACL;
+ vnet_buffer(b0)->l2_classify.opaque_index = ~0;
/* Determine the next node */
next0 = feat_bitmap_get_next_node_index(msm->feat_next_node_index,
vnet_buffer(b0)->l2.feature_bitmap);
@@ -267,6 +268,8 @@ l2_inacl_node_fn (vlib_main_t * vm,
now);
if (e0)
{
+ vnet_buffer(b0)->l2_classify.opaque_index
+ = e0->opaque_index;
vlib_buffer_advance (b0, e0->advance);
next0 = (e0->next_index < ACL_NEXT_INDEX_N_NEXT)?