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:34:53 +0000 (15:34 -0700)
commitea5e3887dbf4bd1ae48649b228a07f5daecc59b2
tree298035facbaa43b4514991b416bf009226f97258
parentffd6065a2484cf7b24ee0c9300bb14d0e72fdbcd
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