Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 88322
b: refs/heads/master
c: 159d833
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Apr 14, 2008
1 parent f1eb620 commit cc6b00d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4dee959723e2bf3a0f9343a46841cd2f0029d424
refs/heads/master: 159d83363b629c91d020734207c1bc788b96af5a
3 changes: 2 additions & 1 deletion trunk/net/bridge/br_netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,8 @@ static inline __be16 pppoe_proto(const struct sk_buff *skb)
* ipt_REJECT needs it. Future netfilter modules might
* require us to fill additional fields. */
static struct net_device __fake_net_device = {
.hard_header_len = ETH_HLEN
.hard_header_len = ETH_HLEN,
.nd_net = &init_net,
};

static struct rtable __fake_rtable = {
Expand Down

0 comments on commit cc6b00d

Please sign in to comment.