Skip to content

Commit

Permalink
[NETFILTER]: Fix INET=n linking error
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Dec 14, 2006
1 parent e05135d commit 3a41135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/netfilter/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
menu "Core Netfilter Configuration"
depends on NET && NETFILTER
depends on NET && INET && NETFILTER

config NETFILTER_NETLINK
tristate "Netfilter netlink interface"
Expand Down

0 comments on commit 3a41135

Please sign in to comment.