diff options
author | Neale Ranns <nranns@cisco.com> | 2020-11-26 13:12:37 +0000 |
---|---|---|
committer | Ole Tr�an <otroan@employees.org> | 2020-11-26 14:59:55 +0000 |
commit | 119c0d78f40130bea253b26a21d3bdccbcfef62e (patch) | |
tree | d5d79ad4b6eb37e88be329f1994fd1018932bc2f /src/plugins | |
parent | fdf6b6f52460890305f231c041e060fbb232550b (diff) |
gre: Move to new API generated types/messages
Type: improvement
also clean up GRE includes across the code base.
Signed-off-by: Neale Ranns <nranns@cisco.com>
Change-Id: I90928b0da3927b7ca1a23683aa80d4b53bbf63fd
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/nsh/nsh_pop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nsh/nsh_pop.c b/src/plugins/nsh/nsh_pop.c index 188c513af27..46b3521ab32 100644 --- a/src/plugins/nsh/nsh_pop.c +++ b/src/plugins/nsh/nsh_pop.c @@ -18,7 +18,7 @@ #include <vnet/vnet.h> #include <vnet/plugin/plugin.h> #include <nsh/nsh.h> -#include <vnet/gre/gre.h> +#include <vnet/gre/packet.h> #include <vnet/vxlan/vxlan.h> #include <vnet/vxlan-gpe/vxlan_gpe.h> #include <vnet/l2/l2_classify.h> |