aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5392f53a741..2ddea865024 100644
--- a/src/vnet/buffer.h
+++ b/src/vnet/buffer.h
@@ -163,6 +163,7 @@ typedef struct
/* reassembly */
union
{
+ u32 pad[2]; /* do not overlay w/ ip.adj_index[0,1] */
/* in/out variables */
struct
{