]> err.no Git - linux-2.6/blobdiff - net/bridge/br_forward.c
[IPV6]: Don't redo xfrm_lookup for cached dst entries
[linux-2.6] / net / bridge / br_forward.c
index ef9f2095f96e37dae664786b70638b46befd88da..069253f830c10cd777d22662e976c89a593a2547 100644 (file)
@@ -57,9 +57,6 @@ int br_forward_finish(struct sk_buff *skb)
 static void __br_deliver(const struct net_bridge_port *to, struct sk_buff *skb)
 {
        skb->dev = to->dev;
-#ifdef CONFIG_NETFILTER_DEBUG
-       skb->nf_debug = 0;
-#endif
        NF_HOOK(PF_BRIDGE, NF_BR_LOCAL_OUT, skb, NULL, skb->dev,
                        br_forward_finish);
 }