ovs-appctl: allow ofproto/trace to take mega flow input
authorAndy Zhou <azhou@nicira.com>
Fri, 28 Jun 2013 22:20:49 +0000 (15:20 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 28 Jun 2013 22:44:46 +0000 (15:44 -0700)
commit039ebcf1ec5ca2da59c5d22a1782dc04835c3dce
treea3df83b40bee0125acb7e8bd3e571c97b36eb857
parentdb6a64fa68a80990a5a93cf4249254d81587abe3
ovs-appctl: allow ofproto/trace to take mega flow input

ofproto/trace command was not updated to take mega flow input, which made
it hard to use by cutting and pasting output from "ovs-dpctl dump-flows".

(The mask is not actually used for tracing.)

Bug #18267.
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c