Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107736
b: refs/heads/master
c: ad61980
h: refs/heads/master
v: v3
  • Loading branch information
Rami Rosen authored and David S. Miller committed Aug 5, 2008
1 parent 8479c23 commit 21650ed
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 95c3e8bfcdea8676e2d4d61910c379f4502049bf
refs/heads/master: ad619800e4e034cad44299b2a22df9eebb043ac3
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_netfilter.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void br_netfilter_rtable_init(struct net_bridge *br)
struct rtable *rt = &br->fake_rtable;

atomic_set(&rt->u.dst.__refcnt, 1);
rt->u.dst.dev = &br->dev;
rt->u.dst.dev = br->dev;
rt->u.dst.path = &rt->u.dst;
rt->u.dst.metrics[RTAX_MTU - 1] = 1500;
rt->u.dst.flags = DST_NOXFRM;
Expand Down

0 comments on commit 21650ed

Please sign in to comment.