Rmove duplicate register of unformat_l2_input_next_node
[vpp.git] / vnet / vnet / buffer.h
index 3fcdf07..7aaa6ee 100644 (file)
@@ -125,19 +125,10 @@ typedef struct
 
          /* next protocol */
          u32 save_protocol;
-       };
-
-       /* Alternate used for local TCP packets. */
-       struct
-       {
-         u32 listener_index;
 
-         u32 established_connection_index;
-
-         u32 mini_connection_index;
-
-         u32 transmit_stamp;
-       } tcp;
+         /* Rewrite length */
+         u32 save_rewrite_length;
+       };
 
        /* ICMP */
        struct
@@ -212,7 +203,7 @@ typedef struct
     /* interface output features */
     struct
     {
-      u32 ipsec_spd_index;
+      u32 ipsec_flags;
       u32 ipsec_sad_index;
       u32 unused[3];
       u32 bitmap;