]> git.proxmox.com Git - ovs.git/commit
compat: Backport ipv6_stub change
authorGreg Rose <gvrose8192@gmail.com>
Thu, 21 May 2020 21:54:03 +0000 (14:54 -0700)
committerWilliam Tu <u9012063@gmail.com>
Sun, 24 May 2020 17:58:27 +0000 (10:58 -0700)
commit33f9c873b19a4993183e0c29a76a114646ca2977
treeb28efa1e7ff76100b527ab610239eb317f5ed446
parent3822ea067f18d784c92adf72880548e9b8a7197d
compat: Backport ipv6_stub change

A patch backported to the Linux stable 4.14 tree and present in the
latest stable 4.14.181 kernel breaks ipv6_stub usage.

The commit is
8ab8786f78c3 ("net ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup").

Create the compat layer define to check for it and fixup usage in vxlan
and geneve modules.

Passes Travis here:
https://travis-ci.org/github/gvrose8192/ovs-experimental/builds/689798733

Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: William Tu <u9012063@gmail.com>
acinclude.m4
datapath/linux/compat/geneve.c
datapath/linux/compat/vxlan.c