On Fri, May 03, 2019 at 12:39:08PM -0600, Subash Abhinov Kasiviswanathan wrote: > CONFIG_NF_CONNTRACK_IPV6 has been deprecated so replace it with > a check for IPV6 instead. > > v1->v2: Use nf_ip6_route6() instead of v6ops->route() and keep > the IS_MODULE() in nf_ipv6_ops as mentioned by Florian so that > direct calls are used when IPV6 is builtin and indirect calls > are used only when IPV6 is a module. Applied, thanks.