ofproto: Include classifier wildcards in trace output.
authorJesse Gross <jesse@nicira.com>
Mon, 5 Aug 2013 23:00:03 +0000 (16:00 -0700)
committerJesse Gross <jesse@nicira.com>
Tue, 13 Aug 2013 00:11:53 +0000 (17:11 -0700)
commit083f277e3c1de0573c9feddd27d584c49857b5ef
tree4507759f9c0fc246879d55c416e37c924d0078d1
parentc278bb82a36c9a479b611dfa8482c3c23cca633e
ofproto: Include classifier wildcards in trace output.

When tracing a flow, it shows the "relevant fields" that were used
to determine the results. However, this currently only includes fields
that are used for computing the actions but not the flow lookup. This
can be confusing so this patch includes the wildcards from the classifer
lookup as well.

Signed-off-by: Jesse Gross <jesse@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c