Revert "ovs-ofctl: Fix use-after-free error in del-flows command."
authorJean Tourrilhes <jt@hpl.hp.com>
Thu, 5 Nov 2009 07:40:18 +0000 (23:40 -0800)
committerJustin Pettit <jpettit@nicira.com>
Thu, 5 Nov 2009 07:43:22 +0000 (23:43 -0800)
commitae602adc43835e56ce388d11c55aa2599a6fa8ad
tree4d12069c26d70fcb7e8187fba4e81b2bfd1d8717
parentcae7a4b90a55cbfd4cfd23c06f9f09cd429ab4c0
Revert "ovs-ofctl: Fix use-after-free error in del-flows command."

This reverts commit cae7a4b90a55cbfd4cfd23c06f9f09cd429ab4c0.

This commit forced the user to specify an action when deleting a flow,
which is not desirable.  The change was not actually needed, as the
buffer is never passed to str_to_flow() in the original code.
utilities/ovs-ofctl.c