Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310745
b: refs/heads/master
c: 8bd7451
h: refs/heads/master
i:
  310743: 96447ed
v: v3
  • Loading branch information
Thomas Graf authored and David S. Miller committed Jun 7, 2012
1 parent 27cba0a commit c19b1f1
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: 4bd6683bd400c8b1d2ad544bb155d86a5d10f91c
refs/heads/master: 8bd74516b1bd9308c17f67583134d93f777203ca
2 changes: 1 addition & 1 deletion trunk/net/ipv6/ip6_fib.c
Original file line number Diff line number Diff line change
Expand Up @@ -1561,7 +1561,7 @@ static int fib6_age(struct rt6_info *rt, void *arg)
neigh_flags = neigh->flags;
neigh_release(neigh);
}
if (neigh_flags & NTF_ROUTER) {
if (!(neigh_flags & NTF_ROUTER)) {
RT6_TRACE("purging route %p via non-router but gateway\n",
rt);
return -1;
Expand Down

0 comments on commit c19b1f1

Please sign in to comment.