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

Configure Feed

Select the types of activity you want to include in your feed.

[NETFILTER]: Fix INET=n linking error

Building with INET=n results in

WARNING: "ip_route_output_key" [net/netfilter/nf_conntrack_h323.ko] undefined!

The entire code in net/netfilter is only used for IPv4/IPv6 currently, so
let it depend on INET.

Noticed by Toralf Förster <toralf.foerster@gmx.de>.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Patrick McHardy and committed by
David S. Miller
3a411355 e05135d1

+1 -1
+1 -1
net/netfilter/Kconfig
··· 1 1 menu "Core Netfilter Configuration" 2 - depends on NET && NETFILTER 2 + depends on NET && INET && NETFILTER 3 3 4 4 config NETFILTER_NETLINK 5 5 tristate "Netfilter netlink interface"