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

dev at openvswitch.org dev at openvswitch.org
Thu May 9 21:14:32 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  44c67c17960e42064f2bb7ad926deb07a932458d (commit)
      from  eafed69b66fa5b7b69035fe5aa2ae2102d66d6f6 (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 44c67c17960e42064f2bb7ad926deb07a932458d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=44c67c17960e42064f2bb7ad926deb07a932458d
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