Retire io threads and main-thread-io mode
[vpp.git] / vnet / vnet / vxlan-gpe / vxlan_gpe.h
index be420b5..c733e21 100644 (file)
@@ -90,11 +90,6 @@ typedef struct {
   u32 hw_if_index;
   u32 sw_if_index;
 
-  union { /* storage for the hash key */
-       vxlan4_gpe_tunnel_key_t key4;
-       vxlan6_gpe_tunnel_key_t key6;
-  };
-
   /* flags */
   u32 flags;
 } vxlan_gpe_tunnel_t;