flow: use rule priority in match_format() function
authorAnsis Atteka <aatteka@nicira.com>
Mon, 26 Nov 2012 23:40:48 +0000 (15:40 -0800)
committerAnsis Atteka <aatteka@nicira.com>
Wed, 28 Nov 2012 00:29:37 +0000 (16:29 -0800)
commit3f78c3ccb5d024c7e2e7eae58be03f4960b996c8
tree04d1359f031d933d537116bf04eb7a70529f38f8
parent2f2eb46c3f83de7e825ea4549fa90843b9066888
flow: use rule priority in match_format() function

The flow_format() function was incorrectly passing skb_priority
to the match_format() function. match_format() function instead
expects rule priority.

This issue was introduced with aa6c9932f2937fa9a2140ec1737668eb9105b0b5
(Change logging format for flows to that accepted by ofproto/trace).

Signed-off-by: Ansis Atteka <aatteka@nicira.com>
lib/flow.c
tests/ofp-print.at
tests/ofproto-dpif.at
tests/ofproto.at