vswitch: Avoid knowledge of details specific to Linux datapaths.
[sliver-openvswitch.git] / lib / dpif-netdev.c
index 285693a..cae6d23 100644 (file)
@@ -1294,8 +1294,10 @@ const struct dpif_class dpif_netdev_class = {
     "netdev",
     dp_netdev_run,
     dp_netdev_wait,
+    NULL,                       /* enumerate */
     dpif_netdev_open,
     dpif_netdev_close,
+    NULL,                       /* get_all_names */
     dpif_netdev_delete,
     dpif_netdev_get_stats,
     dpif_netdev_get_drop_frags,