commit | 0cfceb9ff9ad84877f13e8cdf5a8b971d7d34dd3 | [log] [tgz] |
---|---|---|
author | Julian Anastasov <ja@ssi.bg> | Fri May 25 22:06:24 2018 +0300 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Fri Jun 01 14:01:54 2018 +0200 |
tree | 9872590b0773c2f3c6dbdd0963ce97c5a84bbc4a | |
parent | d32de98ea70fe7cf606f3809f0970b31c115764b [diff] |
ipvs: add full ipv6 support to nfct Prepare NFCT to support IPv6 for FTP: - Do not restrict the expectation callback to PF_INET - Split the debug messages, so that the 160-byte limitation in IP_VS_DBG_BUF is not exceeded when printing many IPv6 addresses. This means no more than 3 addresses in one message, i.e. 1 tuple with 2 addresses or 1 connection with 3 addresses. Signed-off-by: Julian Anastasov <ja@ssi.bg> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>