gre: move to a plugin
[vpp.git] / src / plugins / gre / gre.h
similarity index 99%
rename from src/vnet/gre/gre.h
rename to src/plugins/gre/gre.h
index ea085bf..9e17efc 100644 (file)
@@ -32,7 +32,7 @@ extern vnet_hw_interface_class_t mgre_hw_interface_class;
 typedef enum
 {
 #define gre_error(n,s) GRE_ERROR_##n,
-#include <vnet/gre/error.def>
+#include <gre/error.def>
 #undef gre_error
   GRE_N_ERROR,
 } gre_error_t;