diff options
author | Neale Ranns <nranns@cisco.com> | 2019-02-28 12:03:58 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-03-01 20:28:19 +0000 |
commit | fe480f6830166e35f1073211cba9db066a5c858e (patch) | |
tree | f1467dd255bf5b1ac96b72e241eb7d5c0639ae9b /src/vnet/ipsec/ipsec_if.h | |
parent | 2a745c13c5c92c7ea5cfa279dcb7fd52b8eb273e (diff) |
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 <nranns@cisco.com>
Diffstat (limited to 'src/vnet/ipsec/ipsec_if.h')
-rw-r--r-- | src/vnet/ipsec/ipsec_if.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |