ovsdb-idl: Make selecting tables and columns to replicate more flexible.
[sliver-openvswitch.git] / utilities / ovs-vsctl.c
index b8e6470..3326b2a 100644 (file)
@@ -145,7 +145,7 @@ main(int argc, char *argv[])
     }
 
     /* Now execute the commands. */
-    idl = the_idl = ovsdb_idl_create(db, &ovsrec_idl_class);
+    idl = the_idl = ovsdb_idl_create(db, &ovsrec_idl_class, true);
     for (;;) {
         if (ovsdb_idl_run(idl)) {
             do_vsctl(args, commands, n_commands, idl);