From: Neale Ranns Date: Mon, 4 Jun 2018 08:27:25 +0000 (-0400) Subject: Remove unused GRE buffer meta-data X-Git-Tag: v18.07-rc1~229 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F12873%2F2;p=vpp.git Remove unused GRE buffer meta-data Change-Id: Ia8ef019742c13b1149916d51796cad6f50687162 Signed-off-by: Neale Ranns --- diff --git a/src/vnet/buffer.h b/src/vnet/buffer.h index 86bee6f30d4..5392f53a741 100644 --- a/src/vnet/buffer.h +++ b/src/vnet/buffer.h @@ -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 {