Revert "VPP-1001 - update AF Packet Driver to for modern kernels"
[vpp.git] / src / vnet / devices / af_packet / af_packet.h
index f731427..95c7e7c 100644 (file)
@@ -19,8 +19,6 @@
 
 #include <vppinfra/lock.h>
 
-#define AF_PACKET_USES_VNET_HEADERS 1
-
 typedef struct
 {
   CLIB_CACHE_LINE_ALIGN_MARK (cacheline0);
@@ -56,7 +54,6 @@ typedef struct
 
   /* hash of host interface names */
   mhash_t if_index_by_host_if_name;
-  u32 flags;
 } af_packet_main_t;
 
 af_packet_main_t af_packet_main;