Commit 8ab34cfc authored by Bart De Schuymer's avatar Bart De Schuymer Committed by Stephen Hemminger

[NETFILTER]: Use CONFIG_BRIDGE_NETFILTER in ipt_REJECT.c

parent 596a338d
......@@ -141,7 +141,7 @@ static void send_reset(struct sk_buff *oldskb, int local)
nskb->nf_debug = 0;
#endif
nskb->nfmark = 0;
#if defined(CONFIG_BRIDGE) || defined(CONFIG_BRIDGE_MODULE)
#ifdef CONFIG_BRIDGE_NETFILTER
nf_bridge_put(nskb->nf_bridge);
nskb->nf_bridge = NULL;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment