summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorJoe Stringer <joestringer@nicira.com>2015-12-02 23:53:46 -0800
committerJoe Stringer <joe@ovn.org>2015-12-03 17:17:24 -0800
commit2d3ef70b74bb69980f8f2c3fa21e812d8ca3aeda (patch)
tree8f9828c312836be92519fb450ad38a0a226fd845 /acinclude.m4
parent595e069a0634c956f02ce6637d9ea30458abf117 (diff)
downloadopenvswitch-2d3ef70b74bb69980f8f2c3fa21e812d8ca3aeda.tar.gz
compat: Backport IPv6 fragmentation.
IPv6 fragmentation functionality is not exported by most kernels, so backport this code from the upstream 4.3 development tree. Signed-off-by: Joe Stringer <joestringer@nicira.com> Acked-by: Pravin B Shelar <pshelar@nicira.com>
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 7793f38f0..874bf57b2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -476,6 +476,7 @@ AC_DEFUN([OVS_CHECK_LINUX_COMPAT], [
OVS_GREP_IFELSE([$KSRC/include/net/gre.h], [gre_handle_offloads])
OVS_GREP_IFELSE([$KSRC/include/net/ipv6.h], [IP6_FH_F_SKIP_RH])
OVS_GREP_IFELSE([$KSRC/include/net/ipv6.h], [ip6_local_out_sk])
+ OVS_GREP_IFELSE([$KSRC/include/net/ipv6.h], [__ipv6_addr_jhash])
OVS_GREP_IFELSE([$KSRC/include/net/ip6_route.h], [ip6_frag.*sock],
[OVS_DEFINE([HAVE_IP_FRAGMENT_TAKES_SOCK])])