aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vnet/buffer.h')
-rw-r--r--src/vnet/buffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h
index 097f68f6c06..dfab874070d 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -289,6 +289,7 @@ typedef struct
/* IP Fragmentation */
struct
{
+ u32 pad[2]; /* do not overlay w/ ip.adj_index[0,1] */
u16 header_offset;
u16 mtu;
u8 next_index;