Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242607
b: refs/heads/master
c: 74cb3c1
h: refs/heads/master
i:
  242605: cba9bb2
  242603: a81741a
  242599: 4f54290
  242591: 12b4b44
v: v3
  • Loading branch information
Julian Anastasov authored and David S. Miller committed Mar 22, 2011
1 parent 44d31d3 commit fc788a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3c0f3c605b2572c740f66ea39fe2d125399b20aa
refs/heads/master: 74cb3c108bc0f599a4eb40980db8580cfba725c9
2 changes: 2 additions & 0 deletions trunk/net/ipv4/fib_trie.c
Original file line number Diff line number Diff line change
Expand Up @@ -1665,6 +1665,8 @@ int fib_table_delete(struct fib_table *tb, struct fib_config *cfg)
if ((!cfg->fc_type || fa->fa_type == cfg->fc_type) &&
(cfg->fc_scope == RT_SCOPE_NOWHERE ||
fa->fa_scope == cfg->fc_scope) &&
(!cfg->fc_prefsrc ||
fi->fib_prefsrc == cfg->fc_prefsrc) &&
(!cfg->fc_protocol ||
fi->fib_protocol == cfg->fc_protocol) &&
fib_nh_match(cfg, fi) == 0) {
Expand Down

0 comments on commit fc788a4

Please sign in to comment.