Subash Abhinov Kasiviswanathan <subashab@xxxxxxxxxxxxxx> 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. > > Fixes: a0ae2562c6c4b2 ("netfilter: conntrack: remove l3proto abstraction") > Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@xxxxxxxxxxxxxx> Reviewed-by: Florian Westphal <fw@xxxxxxxxx>