Allow configuring DSCP on controller and manager connections.
[openvswitch] / tests / test-ovsdb.c
index 893532cca26ac0cec7abd6eee0aae1d5bd90794c..65d6e5f71f878e3c1bb07509bf168eb96ad572d8 100644 (file)
@@ -1871,8 +1871,8 @@ do_idl(int argc, char *argv[])
     if (argc > 2) {
         struct stream *stream;
 
-        error = stream_open_block(jsonrpc_stream_open(argv[1], &stream),
-                                  &stream);
+        error = stream_open_block(jsonrpc_stream_open(argv[1], &stream,
+                                  DSCP_DEFAULT), &stream);
         if (error) {
             ovs_fatal(error, "failed to connect to \"%s\"", argv[1]);
         }