From: Patrick McHardy Date: Wed, 2 Feb 2011 22:50:01 +0000 (+0100) Subject: netfilter: ipset: fix linking with CONFIG_IPV6=n X-Git-Tag: v2.6.39-rc1~468^2~424^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724bab476bcac9f7d0b5204cb06e346216d42166;p=pandora-kernel.git netfilter: ipset: fix linking with CONFIG_IPV6=n Add a dummy ip_set_get_ip6_port function that unconditionally returns false for CONFIG_IPV6=n and convert the real function to ipv6_skip_exthdr() to avoid pulling in the ip6_tables module when loading ipset. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed