diff options
Diffstat (limited to 'net/ipv4/fib_trie.c')
-rw-r--r-- | net/ipv4/fib_trie.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index 31494f335686..cd5e13aee7d5 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c | |||
@@ -1838,7 +1838,8 @@ void fib_table_select_default(struct fib_table *tb, | |||
1838 | if (!next_fi->fib_nh[0].nh_gw || | 1838 | if (!next_fi->fib_nh[0].nh_gw || |
1839 | next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK) | 1839 | next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK) |
1840 | continue; | 1840 | continue; |
1841 | fa->fa_state |= FA_S_ACCESSED; | 1841 | |
1842 | fib_alias_accessed(fa); | ||
1842 | 1843 | ||
1843 | if (fi == NULL) { | 1844 | if (fi == NULL) { |
1844 | if (next_fi != res->fi) | 1845 | if (next_fi != res->fi) |