[ovs-git] Open vSwitch: flow: Fix IPv6 fragment packet handling (branch-1.11)

dev at openvswitch.org dev at openvswitch.org
Thu May 9 21:15:28 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  4a55d500baf432d5ebcc62cdbf0ac72b11a9d68a (commit)
      from  d9c782a7cca985b40b6e88e2d3e647dfcb22589c (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 4a55d500baf432d5ebcc62cdbf0ac72b11a9d68a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=4a55d500baf432d5ebcc62cdbf0ac72b11a9d68a
Author: Takashi Kawaguchi <kawaguchi-takashi at mxd.nes.nec.co.jp>
		
flow: Fix IPv6 fragment packet handling
		
IPv6 fragmented packet (except first fragment) will not be handled
correctly. When extracting packet at parse_ipv6(), although nw_frag
should have both of FLOW_NW_FRAG_ANY and FLOW_NW_FRAG_LATER for
later fragment, only FLOW_NW_FRAG_LATER is set.

Signed-off-by: Takashi Kawaguchi <kawaguchi-takashi at mxd.nes.nec.co.jp>
Signed-off-by: Ken Ajiro <ajiro at mxw.nes.nec.co.jp>
Signed-off-by: Jesse Gross <jesse at nicira.com>


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

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


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list