dpif-netdev: Simplify code by using shash for names and dropping indexes.
[openvswitch] / vswitchd / ovs-brcompatd.c
index 6feeda054118247881459a0e5a7ed9c83f2aa787..b61dc10a0c5c2ba3df40c1c312d769fcb6700a00 100644 (file)
@@ -1324,7 +1324,7 @@ main(int argc, char *argv[])
 
     daemonize_complete();
 
-    idl = ovsdb_idl_create(remote, &ovsrec_idl_class);
+    idl = ovsdb_idl_create(remote, &ovsrec_idl_class, true);
 
     for (;;) {
         const struct ovsrec_open_vswitch *ovs;