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

dev at openvswitch.org dev at openvswitch.org
Thu May 9 21:16:42 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.10 has been updated
       via  cda2457fa33533fabc882fbea64ea0427346aa96 (commit)
      from  ca7530cdc166e8e5f3ec41f98b2023c55312ea23 (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 cda2457fa33533fabc882fbea64ea0427346aa96
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=cda2457fa33533fabc882fbea64ea0427346aa96
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