[ovs-git] Open vSwitch: tunnel: Don't wildcard TTL and TOS in some circumstances. (master)

dev at openvswitch.org dev at openvswitch.org
Fri Jun 14 00:06:25 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  d4f4a9b25251d8279f5287142bc84f637101ee77 (commit)
      from  32383c3bd064fb87ec2b366569ba1185698c2e6d (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 d4f4a9b25251d8279f5287142bc84f637101ee77
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=d4f4a9b25251d8279f5287142bc84f637101ee77
Author: Justin Pettit <jpettit at nicira.com>
		
tunnel: Don't wildcard TTL and TOS in some circumstances.
		
For tunnels, we need to handle the facet's wildcards specially in a
couple of cases:

    - Don't wildcard TTL for facets if "ttl" option is "inherit".
    - Never wildcard the ECN bits, since they are always inherited.
    - Wildcard the rest of the TOS field if the "tos" option is "inherit".

Issue #17911

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


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

Summary of changes:
 ofproto/ofproto-dpif-xlate.c |    2 +-
 ofproto/tunnel.c             |    7 ++++++-
 ofproto/tunnel.h             |    3 ++-
 tests/ofproto-dpif.at        |   29 +++++++++++++++++++++++++++++
 4 files changed, 38 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list