IPSEC: support GCM in ESP
[vpp.git] / src / vnet / buffer.h
index 7afd16b..2144ed3 100644 (file)
@@ -274,7 +274,6 @@ typedef struct
     /* interface output features */
     struct
     {
-      u32 flags;
       u32 sad_index;
     } ipsec;
 
@@ -391,11 +390,7 @@ typedef struct
   {
     u8 __unused;
     u8 flags;
-    union
-    {
-      u16 src_epg;
-      u16 sclass;
-    };
+    u16 sclass;
   } gbp;
 
   /**