[ovs-git] Open vSwitch: OXM inspired match field names. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Nov 1 21:24:27 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, master has been updated
       via  44a7e26dcc2a68c0293b38c03048f938f318f0fd (commit)
      from  7f98c44d8acbaf62ff5375e137bcf37b7336bbc8 (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 44a7e26dcc2a68c0293b38c03048f938f318f0fd
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=44a7e26dcc2a68c0293b38c03048f938f318f0fd
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
OXM inspired match field names.
		
Adds OXM inspired aliases for match fields that don't have them
already ("ip_proto", "ip_ecn", "ip_dscp", and "tunnel_id").

"ip_dscp" replaces the earlier undocumented "nw_tos_shifted",
and takes the DSCP value (0-63), which is then shifted
appropriately when applied to an IP packet.
The number of bits for this field is fixed from 8 to 6.

Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 lib/meta-flow.c          |   10 +++++-----
 tests/ovs-ofctl.at       |    8 ++++----
 utilities/ovs-ofctl.8.in |   11 +++++++++++
 3 files changed, 20 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list