datapath: Remove custom version of ipv6_skip_exthdr().
authorJesse Gross <jesse@nicira.com>
Fri, 2 Dec 2011 00:09:05 +0000 (16:09 -0800)
committerJesse Gross <jesse@nicira.com>
Fri, 2 Dec 2011 19:22:13 +0000 (11:22 -0800)
commit0fd0d0834f79d6cfe8a0eccc19732bae365aa575
tree9f6fd61d52587ba30f3f755412098e20a7e331ba
parent1f6e0fbd81b8f1786be0232f83792170a9f476d3
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@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
datapath/flow.c
datapath/linux/Modules.mk
datapath/linux/compat/exthdrs_core.c [new file with mode: 0644]
datapath/linux/compat/include/linux/ipv6.h
datapath/tunnel.c
lib/flow.c