netdev: Remove may_create/may_open flags.
[sliver-openvswitch.git] / lib / netdev.h
index 2a096ee..5dca24c 100644 (file)
@@ -85,8 +85,6 @@ struct netdev_options {
     const char *type;
     const struct shash *args;
     int ethertype;
-    bool may_create;
-    bool may_open;
 };
 
 struct netdev;