[ovs-git] Open vSwitch: datapath: Correct GRE checksum offset. (branch-1.2)

dev at openvswitch.org dev at openvswitch.org
Fri Jan 20 23:34:02 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, branch-1.2 has been updated
       via  1820db11c2e9160bd95dd1ff9376813836e57cab (commit)
      from  d0cf3c6bf15af1eaad945fc57f1d9b0ab98d6d4b (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 1820db11c2e9160bd95dd1ff9376813836e57cab
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=1820db11c2e9160bd95dd1ff9376813836e57cab
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Correct GRE checksum offset.
		
If a statically defined GRE key is used with checksums then the
checksum will overwrite the key.  This is because the key is set
at header caching time and the checksum is set at packet processing
time and we don't update the offset on packet processing because
we don't do anything with the key.

Reported-by: Christos Argyropoulos <cargious at netmode.ntua.gr>
Signed-off-by: Jesse Gross <jesse at nicira.com>


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

Summary of changes:
 datapath/vport-gre.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list