Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: clusterip: make sure arp hooks are available

The clusterip target needs to register an arp mangling hook,
so make sure NF_ARP hooks are available.

Fixes: 2a95183a5e ("netfilter: don't allocate space for arp/bridge hooks unless needed")
Reported-by: kernel test robot <fengguang.wu@intel.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>

authored by

Florian Westphal and committed by
Pablo Neira Ayuso
5ed001ba a0a97f2a

+1
+1
net/ipv4/netfilter/Kconfig
··· 343 343 depends on NF_CONNTRACK_IPV4 344 344 depends on NETFILTER_ADVANCED 345 345 select NF_CONNTRACK_MARK 346 + select NETFILTER_FAMILY_ARP 346 347 help 347 348 The CLUSTERIP target allows you to build load-balancing clusters of 348 349 network servers without having a dedicated load-balancing