nat: deal with flows instead of sessions
[vpp.git] / src / vnet / buffer.h
index 50515c4..aae9996 100644 (file)
@@ -458,7 +458,8 @@ typedef struct
   struct
   {
     u32 arc_next;
-    u32 ed_out2in_nat_session_index;
+    /* cached session index from previous node */
+    u32 cached_session_index;
   } nat;
 
   union