summaryrefslogtreecommitdiffstats
path: root/vnet/vnet/ipsec/ipsec_if_in.c
diff options
context:
space:
mode:
Diffstat (limited to 'vnet/vnet/ipsec/ipsec_if_in.c')
-rw-r--r--vnet/vnet/ipsec/ipsec_if_in.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/vnet/vnet/ipsec/ipsec_if_in.c b/vnet/vnet/ipsec/ipsec_if_in.c
index e5574421cfa..07d4bf30352 100644
--- a/vnet/vnet/ipsec/ipsec_if_in.c
+++ b/vnet/vnet/ipsec/ipsec_if_in.c
@@ -113,6 +113,8 @@ ipsec_if_input_node_fn (vlib_main_t * vm, vlib_node_runtime_t * node,
t = pool_elt_at_index (im->tunnel_interfaces, p[0]);
vnet_buffer (b0)->output_features.ipsec_sad_index =
t->input_sa_index;
+ vnet_buffer (b0)->output_features.ipsec_flags =
+ t->hw_if_index == ~0 ? IPSEC_FLAG_IPSEC_GRE_TUNNEL : 0;
vlib_buffer_advance (b0, ip4_header_bytes (ip0));
next0 = IPSEC_IF_INPUT_NEXT_ESP_DECRYPT;
}