[ovs-git] Open vSwitch: ovs-dpctl: Fix mega flow output (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Fri Jun 28 07:04:35 UTC 2013


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.11 has been updated
       via  db6a64fa68a80990a5a93cf4249254d81587abe3 (commit)
      from  f50a205b5ebb2eef7967d999c24a5d9755a2bdf7 (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 db6a64fa68a80990a5a93cf4249254d81587abe3
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=db6a64fa68a80990a5a93cf4249254d81587abe3
Author: Andy Zhou <azhou at nicira.com>
		
ovs-dpctl: Fix mega flow output
		
ovs-dpctl sometimes displays wildcarded fields as exact match. This
patch fixes those cases.

This patch implements the following logic. When OVS_FLOW_ATTR_MASK is
missing, the entire key attributes will be displayed as exact match fields.
When OVS_FLOW_ATTR_MASK is present, but some individual key attributes do
not have matching attributes in the mask, those key attributes will be
displayed as wildcarded fields.

Signed-off-by: Andy Zhou <azhou at nicira.com>
Signed-off-by: Justin Pettit <jpettit at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/odp-util.c |  145 ++++++++++++++++++++++++++++++++++++++++----------------
 tests/odp.at   |    1 +
 2 files changed, 104 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list