X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fbuffer.h;h=dfab874070dbd702d9eef3c72ca0da5f46e6cbbc;hb=c592ca527acee041ef330bb27de35764d746202c;hp=097f68f6c0640d85ff154f53b790f259bd108e0e;hpb=30349b075cf939549980f2a32e030b32f6d07e9a;p=vpp.git 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;