]> git.proxmox.com Git - mirror_ovs.git/blobdiff - datapath/linux/compat/ip6_output.c
compat: Detect and use nf_ipv6_ops->fragment.
[mirror_ovs.git] / datapath / linux / compat / ip6_output.c
index 5c0cdec4b38262f74ad9607463500fe6dcd97d88..c3ef46c4a935655c0eca0eb7f622ec8d2c16c17a 100644 (file)
@@ -31,7 +31,7 @@
 
 #include <linux/version.h>
 
-#ifdef OVS_FRAGMENT_BACKPORT
+#if !defined(HAVE_NF_IPV6_OPS_FRAGMENT) && defined(OVS_FRAGMENT_BACKPORT)
 
 #include <linux/errno.h>
 #include <linux/kernel.h>