vxlan: convert vxlan to a plugin
[vpp.git] / src / plugins / vxlan / encap.c
similarity index 99%
rename from src/vnet/vxlan/encap.c
rename to src/plugins/vxlan/encap.c
index 0961a27..e4103ec 100644 (file)
@@ -19,7 +19,7 @@
 #include <vnet/ip/ip.h>
 #include <vnet/ethernet/ethernet.h>
 #include <vnet/interface_output.h>
-#include <vnet/vxlan/vxlan.h>
+#include <vxlan/vxlan.h>
 #include <vnet/qos/qos_types.h>
 #include <vnet/adj/rewrite.h>