On Mon, Feb 11, 2019 at 04:14:39PM +0100, Andrea Claudi wrote: > 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(). Applied, thanks.