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>
Wed, 10 Aug 2011 16:28:43 +0000 (09:28 -0700)
commitce931cf90c14c2b39ce407ffa16d1531944e7e95
tree5d6b7b47e01a932405d2d95adadfffbf6acf351b
parent46a33c0334d9b64f8485092661fd32d8d4285fbf
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