From fe480f6830166e35f1073211cba9db066a5c858e Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Thu, 28 Feb 2019 12:03:58 +0000 Subject: IPSEC: tunnel-input; don't load the HW interface struct also fix the stats to include all the data in the tunnel. And don't load the SA. Change-Id: I7cd2e8d879f19683175fd0de78a606a2836e6da2 Signed-off-by: Neale Ranns --- src/vnet/ipsec/ipsec_if.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vnet/ipsec/ipsec_if.h') diff --git a/src/vnet/ipsec/ipsec_if.h b/src/vnet/ipsec/ipsec_if.h index 67d5554e777..3d042f0af01 100644 --- a/src/vnet/ipsec/ipsec_if.h +++ b/src/vnet/ipsec/ipsec_if.h @@ -33,6 +33,8 @@ typedef struct u32 input_sa_index; u32 output_sa_index; u32 hw_if_index; + u32 sw_if_index; + vnet_hw_interface_flags_t flags; u32 show_instance; } ipsec_tunnel_if_t; -- cgit 1.2.3-korg