Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
[cascardo/linux.git] / net / ipv4 / netfilter / iptable_mangle.c
index 57fc97c..aebdb33 100644 (file)
@@ -87,10 +87,6 @@ iptable_mangle_hook(void *priv,
 {
        if (state->hook == NF_INET_LOCAL_OUT)
                return ipt_mangle_out(skb, state);
-       if (state->hook == NF_INET_POST_ROUTING)
-               return ipt_do_table(skb, state,
-                                   state->net->ipv4.iptable_mangle);
-       /* PREROUTING/INPUT/FORWARD: */
        return ipt_do_table(skb, state, state->net->ipv4.iptable_mangle);
 }