X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fbridge%2Fbr_input.c;h=9a45e6279c57c4f1eebb005f674b0284defe1151;hb=5170dbebbb2e9159cdf6bbf35e5d79cd7009799a;hp=8f5f2e7309920d4047571b2237b530fe1c791dfc;hpb=5ab6091db0b644f59c2f16c5e41028496b709160;p=linux-2.6 diff --git a/net/bridge/br_input.c b/net/bridge/br_input.c index 8f5f2e7309..9a45e6279c 100644 --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c @@ -23,11 +23,7 @@ const unsigned char bridge_ula[6] = { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x00 }; static int br_pass_frame_up_finish(struct sk_buff *skb) { -#ifdef CONFIG_NETFILTER_DEBUG - skb->nf_debug = 0; -#endif netif_receive_skb(skb); - return 0; }