ofproto/trace: Use final flow to compute "Relevant fields".
authorAlex Wang <alexw@nicira.com>
Thu, 9 Jan 2014 00:52:12 +0000 (16:52 -0800)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Jan 2014 01:00:34 +0000 (17:00 -0800)
commitb6befc6b064974063a31eda6f1cb4d0d466eb6f2
tree9a9b99d6525b63bc5fdfced134789e97e5695222
parent69630ea06ce4697369d257c47101be88b5b08e1d
ofproto/trace: Use final flow to compute "Relevant fields".

Commit bcd2633a (ofproto-dpif: Store relevant fields for wildcarding
in facet.) introduced the bug that uses original input flow as final
flow to compute the "Relevant fields" in ofproto/trace ouput.  This
commit fixes this bug.

Signed-off-by: Alex Wang <alexw@nicira.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
ofproto/ofproto-dpif.c