[ovs-git] Open vSwitch: ofproto: New action TTL decrement. (master)

dev at openvswitch.org dev at openvswitch.org
Sat Jan 14 02:00:45 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, master has been updated
       via  f0fd1a1772665ea57662281d9cccadb0f0146196 (commit)
      from  444cacf4a7017a2b78418b7d12cd2f0a1e0dbb85 (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 f0fd1a1772665ea57662281d9cccadb0f0146196
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=f0fd1a1772665ea57662281d9cccadb0f0146196
Author: Pravin B Shelar <pshelar at nicira.com>
		
ofproto: New action TTL decrement.
		
Following patch implements dec_ttl as vendor action with similar
semantics as OpenFlow 1.2. If TTL reaches zero while procession
actions in current table, the remaining actions in previous tables
are processed. A configuration parameter is added to make TTL
decrement to zero generate packet in.

Feature #8758
Signed-off-by: Pravin B Shelar <pshelar at nicira.com>


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

Summary of changes:
 NEWS                          |    1 +
 include/openflow/nicira-ext.h |    3 +-
 include/openflow/openflow.h   |    9 ++++++-
 lib/ofp-parse.c               |    4 +++
 lib/ofp-print.c               |   24 ++++++++++++++++++--
 lib/ofp-util.c                |    1 +
 lib/ofp-util.def              |    1 +
 lib/ofp-util.h                |    2 +-
 ofproto/connmgr.c             |   46 ++++++++++++++++++++++++++++++++++++----
 ofproto/connmgr.h             |    3 ++
 ofproto/ofproto-dpif.c        |   36 +++++++++++++++++++++++++++++--
 ofproto/ofproto.c             |    9 +++++++-
 tests/ofp-print.at            |    2 +-
 tests/ofproto-dpif.at         |   38 +++++++++++++++++++++++++++++++--
 utilities/ovs-ofctl.8.in      |   19 ++++++++++++++++-
 utilities/ovs-ofctl.c         |   36 +++++++++++++++++++++++++++++++-
 16 files changed, 212 insertions(+), 22 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list