Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41601
b: refs/heads/master
c: 5f30089
h: refs/heads/master
i:
  41599: 6da8a00
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Dec 3, 2006
1 parent e3d64b7 commit a764993
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: 47dcf0cb1005e86d0eea780f2984b2e7490f63cd
refs/heads/master: 5f300893fdd3b6e30a226c9a848eaa39b99a6431
2 changes: 1 addition & 1 deletion trunk/include/net/ip_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ struct fib_result {

struct fib_result_nl {
__be32 fl_addr; /* To be looked up*/
u32 fl_fwmark;
u32 fl_mark;
unsigned char fl_tos;
unsigned char fl_scope;
unsigned char tb_id_in;
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv4/fib_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,7 @@ static void nl_fib_lookup(struct fib_result_nl *frn, struct fib_table *tb )
{

struct fib_result res;
struct flowi fl = { .mark = frn->fl_fwmark,
struct flowi fl = { .mark = frn->fl_mark,
.nl_u = { .ip4_u = { .daddr = frn->fl_addr,
.tos = frn->fl_tos,
.scope = frn->fl_scope } } };
Expand Down

0 comments on commit a764993

Please sign in to comment.