Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 57155
b: refs/heads/master
c: 7ebba6d
h: refs/heads/master
i:
  57153: b79688b
  57151: ee741d1
v: v3
  • Loading branch information
YOSHIFUJI Hideaki authored and David S. Miller committed May 31, 2007
1 parent 8ca9fb2 commit abca7a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: 144466bdf8c479ae36678ace7a3b8e8b748df6f6
refs/heads/master: 7ebba6d14f8d63cad583bf1cc0330b601d5a8171
8 changes: 0 additions & 8 deletions trunk/net/ipv6/ip6_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -619,14 +619,6 @@ static int fib6_add_rt2node(struct fib6_node *fn, struct rt6_info *rt,

ins = &fn->leaf;

if (fn->fn_flags&RTN_TL_ROOT &&
fn->leaf == &ip6_null_entry &&
!(rt->rt6i_flags & (RTF_DEFAULT | RTF_ADDRCONF)) ){
fn->leaf = rt;
rt->u.dst.rt6_next = NULL;
goto out;
}

for (iter = fn->leaf; iter; iter=iter->u.dst.rt6_next) {
/*
* Search for duplicates
Expand Down

0 comments on commit abca7a3

Please sign in to comment.