ikev2: add support for custom ipsec-over-udp port
[vpp.git] / src / vnet / vnet.h
index a726f03..3b20f71 100644 (file)
@@ -77,9 +77,6 @@ typedef struct vnet_main_t
    */
   vnet_api_error_t api_errno;
 
-  /* pcap rx/tx, packet tracer filter tables */
-  u32 *classify_filter_table_indices;
-
   vlib_main_t *vlib_main;
 } vnet_main_t;