]> err.no Git - linux-2.6/blobdiff - net/ipv4/netfilter/arptable_filter.c
[ARM] Merge most of the PXA work for initial merge
[linux-2.6] / net / ipv4 / netfilter / arptable_filter.c
index 9f6526c87757058bf15c47582931bf5617c2e1be..3be4d07e7ed9880a17d78a5476e240a1d1d40bf0 100644 (file)
@@ -70,18 +70,21 @@ static struct nf_hook_ops arpt_ops[] __read_mostly = {
                .owner          = THIS_MODULE,
                .pf             = NF_ARP,
                .hooknum        = NF_ARP_IN,
+               .priority       = NF_IP_PRI_FILTER,
        },
        {
                .hook           = arpt_hook,
                .owner          = THIS_MODULE,
                .pf             = NF_ARP,
                .hooknum        = NF_ARP_OUT,
+               .priority       = NF_IP_PRI_FILTER,
        },
        {
                .hook           = arpt_hook,
                .owner          = THIS_MODULE,
                .pf             = NF_ARP,
                .hooknum        = NF_ARP_FORWARD,
+               .priority       = NF_IP_PRI_FILTER,
        },
 };