nat: fix forwarding handoff workaround
[vpp.git] / src / vnet / buffer.h
index bdb5892..9e997b8 100644 (file)
@@ -452,13 +452,12 @@ typedef struct
   /* size of L4 prototol header */
   u16 gso_l4_hdr_sz;
 
-  /* The union below has a u64 alignment, so this space is unused */
-  u32 __unused2[1];
-
   struct
   {
+    u16 unused;
+    u16 thread_next;
     u32 arc_next;
-    u32 unused;
+    u32 ed_out2in_nat_session_index;
   } nat;
 
   union