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.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.h')
-rw-r--r-- | src/vnet/ipsec/ipsec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/ipsec/ipsec.h b/src/vnet/ipsec/ipsec.h index 78d000030c9..3279fab6701 100644 --- a/src/vnet/ipsec/ipsec.h +++ b/src/vnet/ipsec/ipsec.h @@ -140,6 +140,7 @@ typedef struct uword *sa_index_by_sa_id; uword *ipsec_if_pool_index_by_key; uword *ipsec_if_real_dev_by_show_dev; + u32 *ipsec_if_by_sw_if_index; /* node indices */ u32 error_drop_node_index; |