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>
diff --git a/src/vnet/ipsec/ipsec.h b/src/vnet/ipsec/ipsec.h
index 78d0000..3279fab 100644
--- a/src/vnet/ipsec/ipsec.h
+++ b/src/vnet/ipsec/ipsec.h
@@ -140,6 +140,7 @@
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;