reassembly: support more custom options for apps
[vpp.git] / src / vnet / buffer.h
index 7afd16b..5114dc6 100644 (file)
@@ -189,6 +189,7 @@ typedef struct
          struct
          {
            u32 next_index;     /* index of next node - ignored if "feature" node */
+           u32 error_next_index;       /* index of next node if error - ignored if 'feature' node */
            u16 estimated_mtu;  /* estimated MTU calculated during reassembly */
            u16 owner_thread_index;
          };
@@ -274,7 +275,6 @@ typedef struct
     /* interface output features */
     struct
     {
-      u32 flags;
       u32 sad_index;
     } ipsec;
 
@@ -391,11 +391,7 @@ typedef struct
   {
     u8 __unused;
     u8 flags;
-    union
-    {
-      u16 src_epg;
-      u16 sclass;
-    };
+    u16 sclass;
   } gbp;
 
   /**