Remove the unused 'create VRF if needed' API parameters
[vpp.git] / src / vnet / ip / ip_input_acl.c
index b0b52ab..4d365a4 100644 (file)
@@ -288,6 +288,8 @@ ip_inacl_inline (vlib_main_t * vm,
                  if (e0->action == CLASSIFY_ACTION_SET_IP4_FIB_INDEX ||
                      e0->action == CLASSIFY_ACTION_SET_IP6_FIB_INDEX)
                    vnet_buffer (b0)->sw_if_index[VLIB_TX] = e0->metadata;
+                 else if (e0->action == CLASSIFY_ACTION_SET_METADATA)
+                   vnet_buffer (b0)->ip.adj_index[VLIB_TX] = e0->metadata;
                }
              else
                {