patch: Remove veth driver.
[openvswitch] / lib / netdev-provider.h
index eb62cc18b8f24135f365db6f2785c7cb71f513d8..024b1fb7572b1176787611fbd959958216b69cd6 100644 (file)
@@ -399,8 +399,8 @@ struct netdev_class {
 
 extern const struct netdev_class netdev_linux_class;
 extern const struct netdev_class netdev_tap_class;
-extern const struct netdev_class netdev_gre_class;
 extern const struct netdev_class netdev_patch_class;
+extern const struct netdev_class netdev_gre_class;
 
 #ifdef  __cplusplus
 }