From bb4858cdfe72bad2d2bacdc48fe9b7f633176c25 Mon Sep 17 00:00:00 2001 From: lajoskatona Date: Wed, 8 May 2024 17:02:54 +0200 Subject: vxlan: move vxlan-gpe to a plugin Move vxlan-gpe folder under vnet to the plugin folder, update cmake configuration and header paths, and add plugin.c to register plugin. JIRA: VPP-2059 Type: improvement Change-Id: I31b6d326276c4aa684fcdcf8443ef349f7816a6d Signed-off-by: lajoskatona Signed-off-by: Nicolas PLANEL --- src/plugins/nsh/nsh_pop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/nsh/nsh_pop.c') diff --git a/src/plugins/nsh/nsh_pop.c b/src/plugins/nsh/nsh_pop.c index 8de319e158b..d66cfc9de27 100644 --- a/src/plugins/nsh/nsh_pop.c +++ b/src/plugins/nsh/nsh_pop.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include #include #include -- cgit