[ovs-git] Open vSwitch: ofproto-dpif: Always un-wildcard 'dl_type'. (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Wed Jun 26 05:42:19 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, branch-1.11 has been updated
       via  7ed605518fb61310b8b735af5e0086ff4c14cf28 (commit)
       via  e01685b84f5771dcc2528dd735c535925ffd9824 (commit)
      from  3520425d04a436bb63500712759e0194cbc4f722 (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 7ed605518fb61310b8b735af5e0086ff4c14cf28
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=7ed605518fb61310b8b735af5e0086ff4c14cf28
Author: Justin Pettit <jpettit at nicira.com>
		
ofproto-dpif: Always un-wildcard 'dl_type'.
		
We always look at the fragment status and often look at other L3
headers when processing the packet, so just un-wildcard the
Ethertype.

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


commit e01685b84f5771dcc2528dd735c535925ffd9824
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=e01685b84f5771dcc2528dd735c535925ffd9824
Author: Justin Pettit <jpettit at nicira.com>
		
tunnel: Only un-wildcard the ECN bits for IP traffic.
		
With tunnels carrying IP packets, ECN bits are always inherited by
the encapsulating tunnel.  However, it doesn't make sense to
unwildcard the inner packet's TOS fields if the packet is not IP.

Found by inspection.

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


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

Summary of changes:
 lib/cfm.c              |    1 -
 lib/flow.c             |    1 -
 ofproto/netflow.c      |    1 -
 ofproto/ofproto-dpif.c |   21 ++-------------------
 ofproto/tunnel.c       |    7 +++++--
 tests/ofproto-dpif.at  |   22 +++++++++++-----------
 6 files changed, 18 insertions(+), 35 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list