Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172119
b: refs/heads/master
c: d285834
h: refs/heads/master
i:
  172117: 40c30bf
  172115: 597fdaf
  172111: 9602b4e
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Dec 3, 2009
1 parent 2d73022 commit d68e75e
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: ff236f7af82fae0818d7cbb5a0717d3218d00bdd
refs/heads/master: d285834001df372f81045bb41092e54943e93c84
2 changes: 1 addition & 1 deletion trunk/include/net/fib_rules.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ struct fib_rule {
struct list_head list;
atomic_t refcnt;
int ifindex;
char ifname[IFNAMSIZ];
u32 mark;
u32 mark_mask;
u32 pref;
Expand All @@ -20,6 +19,7 @@ struct fib_rule {
u8 action;
u32 target;
struct fib_rule * ctarget;
char ifname[IFNAMSIZ];
struct rcu_head rcu;
struct net * fr_net;
};
Expand Down

0 comments on commit d68e75e

Please sign in to comment.