commit | 3ed5df445eddce6f37767df3ebe8b27b614c7d98 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Thu Jan 31 18:42:26 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 31 19:28:36 2008 -0800 |
tree | 2fcc1304b85550c432d8666480843b65edc7a3f5 | |
parent | e5dfb815181fcb186d6080ac3a091eadff2d98fe [diff] |
[NETFILTER]: Ipv6-related xt_hashlimit compilation fix. The hashlimit_ipv6_mask() is called from under IP6_NF_IPTABLES config option, but is not under it by itself. gcc warns us about it :) : net/netfilter/xt_hashlimit.c:473: warning: "hashlimit_ipv6_mask" defined but not used Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>