Remove unused GRE buffer meta-data 73/12873/2
authorNeale Ranns <nranns@cisco.com>
Mon, 4 Jun 2018 08:27:25 +0000 (04:27 -0400)
committerFlorin Coras <florin.coras@gmail.com>
Mon, 4 Jun 2018 15:15:06 +0000 (15:15 +0000)
Change-Id: Ia8ef019742c13b1149916d51796cad6f50687162
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/vnet/buffer.h

index 86bee6f..5392f53 100644 (file)
@@ -88,7 +88,6 @@ _(ip)                                           \
 _(swt)                                          \
 _(l2)                                           \
 _(l2t)                                          \
-_(gre)                                          \
 _(l2_classify)                                  \
 _(handoff)                                      \
 _(policer)                                      \
@@ -236,11 +235,6 @@ typedef struct
       u32 session_index;
     } l2t;
 
-    struct
-    {
-      u32 src, dst;
-    } gre;
-
     /* L2 classify */
     struct
     {