From: Patrick McHardy Date: Wed, 31 Jan 2007 05:36:09 +0000 (-0800) Subject: [NETFILTER]: xt_hashlimit: fix ip6tables dependency X-Git-Tag: v2.6.20~37^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e5530236645a042e1481aa19879b819c3e8f5c9;p=pandora-kernel.git [NETFILTER]: xt_hashlimit: fix ip6tables dependency IP6_NF_IPTABLES=m, CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=y results in a linker error since ipv6_find_hdr is defined in ip6_tables.c. Fix similar to Adrian Bunk's H.323 conntrack patch: selecting ip6_tables to be build as module requires hashlimit to be built as module as well. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed