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:30:08 +0000 (16:30 -0800)
commitdf73a47038531bddae9ec341da0ac5a7f86e409f
treed1e2a3c1fa0f57d7ef2188002d2dcc4fa9153ebd
parent892a2b9db8d58a67f713ff6a2a76ac29eb697a9e
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>
Conflicts:

tests/ofp-print.at
tests/ofproto-dpif.at
tests/ofproto.at
lib/flow.c
tests/ofp-print.at
tests/ofproto-dpif.at
tests/ofproto.at