]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/xt_realm.c
Merge branch 'fix/opl3sa2-suspend' into topic/isa-misc
[linux-2.6-omap-h63xx.git] / net / netfilter / xt_realm.c
index b25942110ed71129db98c801f3b5093269a76078..67419287bc7e143003164d2850378066cac6cd41 100644 (file)
@@ -36,7 +36,7 @@ static struct xt_match realm_mt_reg __read_mostly = {
        .matchsize      = sizeof(struct xt_realm_info),
        .hooks          = (1 << NF_INET_POST_ROUTING) | (1 << NF_INET_FORWARD) |
                          (1 << NF_INET_LOCAL_OUT) | (1 << NF_INET_LOCAL_IN),
-       .family         = NFPROTO_IPV4,
+       .family         = NFPROTO_UNSPEC,
        .me             = THIS_MODULE
 };