[ovs-git] Open vSwitch: datapath: Remove custom version of ipv6_skip_exthdr(). (master)

dev at openvswitch.org dev at openvswitch.org
Fri Dec 2 19:23:50 UTC 2011


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  0fd0d0834f79d6cfe8a0eccc19732bae365aa575 (commit)
      from  1f6e0fbd81b8f1786be0232f83792170a9f476d3 (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 0fd0d0834f79d6cfe8a0eccc19732bae365aa575
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=0fd0d0834f79d6cfe8a0eccc19732bae365aa575
Author: Jesse Gross <jesse at nicira.com>
		
datapath: Remove custom version of ipv6_skip_exthdr().
		
We currently have a version of ipv6_skip_exthdr() which is
identical to the main one with the addition of fragment reporting.
We can propose our version for upstream and then use it directly
without duplication.

Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>


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

Summary of changes:
 datapath/flow.c                            |   70 ++++------------------------
 datapath/linux/Modules.mk                  |    1 +
 datapath/linux/compat/exthdrs_core.c       |   48 +++++++++++++++++++
 datapath/linux/compat/include/linux/ipv6.h |    8 +++
 datapath/tunnel.c                          |    3 +-
 lib/flow.c                                 |   13 +++--
 6 files changed, 76 insertions(+), 67 deletions(-)
 create mode 100644 datapath/linux/compat/exthdrs_core.c


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list