Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150084
b: refs/heads/master
c: accc5b4
h: refs/heads/master
v: v3
  • Loading branch information
Rami Rosen authored and David S. Miller committed May 3, 2009
1 parent 2491200 commit 91e7bd6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: eb457f36929da6d78c1f03cbb9038ef62646d79d
refs/heads/master: accc5b4f902b0ba83b2c6c48f2d9e7c204cef4a8
2 changes: 0 additions & 2 deletions trunk/include/net/ip_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,12 @@ struct fib_result_nl {
#ifdef CONFIG_IP_ROUTE_MULTIPATH

#define FIB_RES_NH(res) ((res).fi->fib_nh[(res).nh_sel])
#define FIB_RES_RESET(res) ((res).nh_sel = 0)

#define FIB_TABLE_HASHSZ 2

#else /* CONFIG_IP_ROUTE_MULTIPATH */

#define FIB_RES_NH(res) ((res).fi->fib_nh[0])
#define FIB_RES_RESET(res)

#define FIB_TABLE_HASHSZ 256

Expand Down

0 comments on commit 91e7bd6

Please sign in to comment.