commit | ebee5a50d0b7cdc576aa8081f05b86971880054d | [log] [tgz] |
---|---|---|
author | Florian Westphal <fw@strlen.de> | Mon Jun 25 17:49:59 2018 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jul 16 17:51:48 2018 +0200 |
tree | c542318033a9a975680e2ee7d9f9ce55ac98b523 | |
parent | d7e5a9a50245b91f016c814b0f076f7e55cbb980 [diff] |
netfilter: utils: move nf_ip6_checksum* from ipv6 to utils similar to previous change, this also allows to remove it from nf_ipv6_ops and avoid the indirection. It also removes the bogus dependency of nf_conntrack_ipv6 on ipv6 module: ipv6 checksum functions are built into kernel even if CONFIG_IPV6=m, but ipv6/netfilter.o isn't. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>