Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 44601
b: refs/heads/master
c: 8bce65b
h: refs/heads/master
i:
  44599: 6c337b9
v: v3
  • Loading branch information
Kim Nordlund authored and David S. Miller committed Dec 14, 2006
1 parent fe101e3 commit 69eb3d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 6ab792f577012312a760a3a1e679ae8fae012442
refs/heads/master: 8bce65b95ac167693ae2d706b5341409dca0062d
4 changes: 2 additions & 2 deletions trunk/include/net/ip6_fib.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ struct fib6_node
struct fib6_node *parent;
struct fib6_node *left;
struct fib6_node *right;

#ifdef CONFIG_IPV6_SUBTREES
struct fib6_node *subtree;

#endif
struct rt6_info *leaf;

__u16 fn_bit; /* bit key */
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/ipv6/route.c
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ do { \
goto out; \
pn = fn->parent; \
if (FIB6_SUBTREE(pn) && FIB6_SUBTREE(pn) != fn) \
fn = fib6_lookup(pn->subtree, NULL, saddr); \
fn = fib6_lookup(FIB6_SUBTREE(pn), NULL, saddr); \
else \
fn = pn; \
if (fn->fn_flags & RTN_RTINFO) \
Expand Down

0 comments on commit 69eb3d9

Please sign in to comment.