Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200891
b: refs/heads/master
c: 1776206
h: refs/heads/master
i:
  200889: 85908f1
  200887: ad7c2b7
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Jul 7, 2010
1 parent 6a6ed85 commit dd99a7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7f285fa78d4b81b8458f05e77fb6b46245121b4e
refs/heads/master: 17762060c25590bfddd68cc1131f28ec720f405f
3 changes: 3 additions & 0 deletions trunk/net/bridge/br_netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -591,6 +591,9 @@ static unsigned int br_nf_pre_routing(unsigned int hook, struct sk_buff *skb,

pskb_trim_rcsum(skb, len);

/* BUG: Should really parse the IP options here. */
memset(IPCB(skb), 0, sizeof(struct inet_skb_parm));

nf_bridge_put(skb->nf_bridge);
if (!nf_bridge_alloc(skb))
return NF_DROP;
Expand Down

0 comments on commit dd99a7e

Please sign in to comment.