aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/vnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/vnet.h')
-rw-r--r--src/vnet/vnet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/vnet.h b/src/vnet/vnet.h
index 54988aec667..6e436cc3952 100644
--- a/src/vnet/vnet.h
+++ b/src/vnet/vnet.h
@@ -66,7 +66,7 @@ typedef struct
u8 pcap_tx_enable;
/* Trace drop pkts */
u8 pcap_drop_enable;
- u8 pad1;
+ u8 pcap_filter_enable;
u32 max_bytes_per_pkt;
u32 pcap_sw_if_index;
pcap_main_t pcap_main;