Adding pad for reasm vnet_buffer reasm struct sothat adj_index is retained
[vpp.git] / src / vnet / buffer.h
index 5392f53..2ddea86 100644 (file)
@@ -163,6 +163,7 @@ typedef struct
        /* reassembly */
        union
        {
+         u32 pad[2];           /* do not overlay w/ ip.adj_index[0,1] */
          /* in/out variables */
          struct
          {