ofproto-dpif: Batch interacting with the dpif on flow miss operations.
[sliver-openvswitch.git] / ofproto / ofproto.c
index 1309b49..1cc1e4e 100644 (file)
@@ -3115,5 +3115,5 @@ ofproto_unixctl_init(void)
     }
     registered = true;
 
-    unixctl_command_register("ofproto/list", ofproto_unixctl_list, NULL);
+    unixctl_command_register("ofproto/list", "", ofproto_unixctl_list, NULL);
 }