diff options
author | Chuhao Tang <nicotang@cisco.com> | 2023-04-27 15:43:42 +0200 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2023-05-12 06:59:09 +0000 |
commit | cefb178aa487a217d4ac75d7d4fa62db4b7d70fd (patch) | |
tree | aeacf10d2387eeb3564ac42cacae17679d060e6c /src/plugins/nsh | |
parent | 683bdb6743e0568bbf02c1f4953d3f73e6f2b544 (diff) |
gre: move to a plugin
Move GRE folder under vnet to the plugin folder, and modify some of path
of the #inlude<header> to the new path.
Add a plugin.c file to register a plugin.
JIRA: VPP-2044
Type: improvement
Change-Id: I7f64cecd97538a7492e56a41558dab58281a9fa5
Signed-off-by: Chuhao Tang <nicotang@cisco.com>
Diffstat (limited to 'src/plugins/nsh')
-rw-r--r-- | src/plugins/nsh/nsh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/nsh/nsh.c b/src/plugins/nsh/nsh.c index 391fa8dbac5..3c804e9934c 100644 --- a/src/plugins/nsh/nsh.c +++ b/src/plugins/nsh/nsh.c @@ -18,7 +18,7 @@ #include <vnet/vnet.h> #include <vnet/plugin/plugin.h> #include <nsh/nsh.h> -#include <vnet/gre/gre.h> +#include <gre/gre.h> #include <vxlan/vxlan.h> #include <vnet/vxlan-gpe/vxlan_gpe.h> #include <vnet/l2/l2_classify.h> |