[ovs-git] Open vSwitch: Add ability to restrict flow mods and flow stats requests to cookies. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Dec 28 05:12:26 UTC 2011


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  e729e7935e5c77eae1ca4a8040d05626f61cf9a2 (commit)
       via  a8600e1a65b10c7e6b8ca94d18482f50ba27a873 (commit)
      from  408869427edc59058b6e7680e612b3a6cd46edc1 (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 e729e7935e5c77eae1ca4a8040d05626f61cf9a2
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e729e7935e5c77eae1ca4a8040d05626f61cf9a2
Author: Justin Pettit <jpettit at nicira.com>
		
Add ability to restrict flow mods and flow stats requests to cookies.
		
With this commit, it is possible to limit flow deletions and
modifications to specific cookies.  It also provides the ability to
dump flows based on their cookies.

Signed-off-by: Justin Pettit <jpettit at nicira.com>


commit a8600e1a65b10c7e6b8ca94d18482f50ba27a873
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=a8600e1a65b10c7e6b8ca94d18482f50ba27a873
Author: Justin Pettit <jpettit at nicira.com>
		
ovs-ofctl: Fix error in man page related to TCI masks.
		
Signed-off-by: Justin Pettit <jpettit at nicira.com>


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

Summary of changes:
 NEWS                          |    3 +
 include/openflow/nicira-ext.h |   31 +++++++++++++-
 lib/nx-match.c                |   57 +++++++++++++++++++++++++-
 lib/nx-match.h                |    5 +-
 lib/ofp-parse.c               |   26 ++++++++++--
 lib/ofp-util.c                |   42 ++++++++++++++-----
 lib/ofp-util.h                |    3 +
 ofproto/ofproto.c             |   38 +++++++++++------
 tests/ofproto.at              |   88 +++++++++++++++++++++++++++++++++++++++++
 tests/ovs-ofctl.at            |    8 ++++
 utilities/ovs-ofctl.8.in      |   27 ++++++++-----
 utilities/ovs-ofctl.c         |    9 +++-
 12 files changed, 288 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list