]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/netfilter/xt_physdev.c
[NET]: Revert sk_buff walker cleanups.
[linux-2.6-omap-h63xx.git] / net / netfilter / xt_physdev.c
index b9b3ffc5451dc2138e035b7a7d4fd7428d9b94c5..35a0fe200c397c509d256dddd23cc8d57e3d3338 100644 (file)
@@ -117,7 +117,7 @@ checkentry(const char *tablename,
            (!(info->bitmask & XT_PHYSDEV_OP_BRIDGED) ||
             info->invert & XT_PHYSDEV_OP_BRIDGED) &&
            hook_mask & ((1 << NF_IP_LOCAL_OUT) | (1 << NF_IP_FORWARD) |
-                        (1 << NF_IP_POST_ROUTING))) {
+                        (1 << NF_IP_POST_ROUTING))) {
                printk(KERN_WARNING "physdev match: using --physdev-out in the "
                       "OUTPUT, FORWARD and POSTROUTING chains for non-bridged "
                       "traffic is not supported anymore.\n");