]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: synproxy: use nf_cookie_v6_check() from core
authorPablo Neira Ayuso <pablo@netfilter.org>
Wed, 19 Jun 2019 16:30:37 +0000 (18:30 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Thu, 20 Jun 2019 10:04:17 +0000 (12:04 +0200)
commite92b6c0d6285990264350f68c49df5fe22bfc412
tree6f539f2c91ab1fba52bf14d07b1a63495186fe7e
parent8c599a9c4c8f78968b0ac2beff429761c76a895b
netfilter: synproxy: use nf_cookie_v6_check() from core

This helper function is never used and it is intended to avoid a direct
dependency with the ipv6 module.

Fixes: 412e72e9b9e1 ("netfilter: synproxy: extract SYNPROXY infrastructure from {ipt, ip6t}_SYNPROXY")
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
net/netfilter/nf_synproxy_core.c