summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorAndrea Claudi <aclaudi@redhat.com>2019-02-11 16:14:39 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2019-02-12 11:24:01 +0100
commit098e13f5b21d3398065fce8780f07a3ef62f4812 (patch)
treea242576ffcfdb8a90388e475d3ad2d7cfa574fcf /tools/perf/scripts/python
parent8d29d16d21342a0c86405d46de0c4ac5daf1760f (diff)
ipvs: fix dependency on nf_defrag_ipv6
ipvs relies on nf_defrag_ipv6 module to manage IPv6 fragmentation, but lacks proper Kconfig dependencies and does not explicitly request defrag features. As a result, if netfilter hooks are not loaded, when IPv6 fragmented packet are handled by ipvs only the first fragment makes through. Fix it properly declaring the dependency on Kconfig and registering netfilter hooks on ip_vs_add_service() and ip_vs_new_dest(). Reported-by: Li Shuang <shuali@redhat.com> Signed-off-by: Andrea Claudi <aclaudi@redhat.com> Acked-by: Julian Anastasov <ja@ssi.bg> Acked-by: Simon Horman <horms@verge.net.au> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions