[NET]: Rethink mark field in struct flowi
[deliverable/linux.git] / net / ipv4 / netfilter / iptable_mangle.c
index 62d4ccc259caf9a5d7f747b96319b0ea927fa20a..af293988944475445dcab838f41506d1e9dad9a7 100644 (file)
@@ -153,9 +153,7 @@ ipt_local_hook(unsigned int hook,
        if (ret != NF_DROP && ret != NF_STOLEN && ret != NF_QUEUE
            && ((*pskb)->nh.iph->saddr != saddr
                || (*pskb)->nh.iph->daddr != daddr
-#ifdef CONFIG_IP_ROUTE_FWMARK
                || (*pskb)->mark != mark
-#endif
                || (*pskb)->nh.iph->tos != tos))
                if (ip_route_me_harder(pskb, RTN_UNSPEC))
                        ret = NF_DROP;
This page took 0.027126 seconds and 5 git commands to generate.