[ovs-git] Open vSwitch: lib/ofp-actions: Enforce action consistency. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Oct 23 20:53:26 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  8621547cc94ad91018ac0b662427a6fa20165a8d (commit)
      from  dba70df0cba19228f2751ad0c28d75ab422306e2 (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 8621547cc94ad91018ac0b662427a6fa20165a8d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=8621547cc94ad91018ac0b662427a6fa20165a8d
Author: Jarno Rajahalme <jrajahalme at nicira.com>
		
lib/ofp-actions: Enforce action consistency.
		
OpenFlow 1.1+ specs encourage switches to verify action consistency
at flow setup time.  Implement this for OpenFlow 1.1+ only to not
break any current OF 1.0 based use.

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


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

Summary of changes:
 lib/ofp-actions.c          |   63 +++++++++++++++++++++++++++++++++++++++-----
 lib/ofp-actions.h          |    2 +-
 lib/ofp-parse.c            |   43 +++++++++++++++++++++---------
 lib/ofp-parse.h            |   12 ++++++---
 lib/ofp-util.h             |    1 +
 ofproto/ofproto.c          |   17 +++++++-----
 tests/learn.at             |    2 ++
 tests/ovs-ofctl.at         |   10 +++++--
 utilities/ovs-controller.c |    2 +-
 utilities/ovs-ofctl.c      |   27 ++++++++++++-------
 10 files changed, 138 insertions(+), 41 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list