ovsdb: Force strong references to non-root tables to be persistent.
[openvswitch] / utilities / ovs-controller.c
index f5e5014374c2fc86ad0cae0dda939f191f19897f..af9e11f0d749083925f4b16da6955f163990ef2f 100644 (file)
@@ -269,7 +269,8 @@ read_flow_file(const char *name)
     }
 
     flow_format = NXFF_OPENFLOW10;
-    while (parse_ofp_add_flow_file(&default_flows, &flow_format, stream)) {
+    while (parse_ofp_flow_mod_file(&default_flows, &flow_format, stream,
+                                   OFPFC_ADD)) {
         continue;
     }