[ovs-git] Open vSwitch: flow: use rule priority in match_format() function (branch-1.9)

dev at openvswitch.org dev at openvswitch.org
Wed Nov 28 00:53:00 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, branch-1.9 has been updated
       via  df73a47038531bddae9ec341da0ac5a7f86e409f (commit)
      from  892a2b9db8d58a67f713ff6a2a76ac29eb697a9e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df73a47038531bddae9ec341da0ac5a7f86e409f
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=df73a47038531bddae9ec341da0ac5a7f86e409f
Author: Ansis Atteka <aatteka at nicira.com>
		
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 at nicira.com>

Conflicts:

	tests/ofp-print.at
	tests/ofproto-dpif.at
	tests/ofproto.at


-----------------------------------------------------------------------

Summary of changes:
 lib/flow.c            |    2 +-
 tests/ofp-print.at    |    6 ++--
 tests/ofproto-dpif.at |   56 ++++++++++++++++++++++++------------------------
 tests/ofproto.at      |   12 +++++-----
 4 files changed, 38 insertions(+), 38 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list