ovs-ofctl: Fix reading flows from file for "replace-flows", "diff-flows".
authorBen Pfaff <blp@nicira.com>
Tue, 9 Aug 2011 19:55:13 +0000 (12:55 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 9 Aug 2011 19:55:13 +0000 (12:55 -0700)
commite89993f33c2ccd0373a47941df82bdd797c525ea
tree82e1b15a744fe88a1da798599f2b8d814bd9b45a
parent8402c74b186e28c53ad51fc8813aebe64a12cd7c
ovs-ofctl: Fix reading flows from file for "replace-flows", "diff-flows".

Commit c821124b25e "ovs-ofctl: Accept only valid flow_mod and
flow_stats_request fields" caused actions read by read_flows_from_file()
to be ignored and treated as "drop".  This fixes the problem.
utilities/ovs-ofctl.c