]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/ipv6/netfilter/ip6t_ipv6header.c
netfilter: xtables: change xt_match.checkentry return type
[net-next-2.6.git] / net / ipv6 / netfilter / ip6t_ipv6header.c
index 91490ad9302ccc692c23fd6f37a7f8e9f78bdb7e..90e1e04b79322bff4045e6633c2d67c0ce0f143f 100644 (file)
@@ -118,7 +118,7 @@ ipv6header_mt6(const struct sk_buff *skb, const struct xt_match_param *par)
        }
 }
 
-static bool ipv6header_mt6_check(const struct xt_mtchk_param *par)
+static int ipv6header_mt6_check(const struct xt_mtchk_param *par)
 {
        const struct ip6t_ipv6header_info *info = par->matchinfo;