summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utilities/ovs-vsctl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/utilities/ovs-vsctl.c b/utilities/ovs-vsctl.c
index c1d470006..2f5ac1a26 100644
--- a/utilities/ovs-vsctl.c
+++ b/utilities/ovs-vsctl.c
@@ -180,6 +180,7 @@ main(int argc, char *argv[])
ovsdb_idl_set_shuffle_remotes(idl, shuffle_remotes);
ovsdb_idl_set_remote(idl, db, retry);
ovsdb_idl_set_leader_only(idl, leader_only);
+ ovsdb_idl_set_db_change_aware(idl, false);
run_prerequisites(commands, n_commands, idl);
/* Execute the commands.