diff options
Diffstat (limited to 'net/ipv4/fib_semantics.c')
-rw-r--r-- | net/ipv4/fib_semantics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_semantics.c b/net/ipv4/fib_semantics.c index 6734c9cab248..3e0da3ef6116 100644 --- a/net/ipv4/fib_semantics.c +++ b/net/ipv4/fib_semantics.c | |||
@@ -901,7 +901,7 @@ int fib_semantic_match(struct list_head *head, const struct flowi *flp, | |||
901 | if (fa->fa_scope < flp->fl4_scope) | 901 | if (fa->fa_scope < flp->fl4_scope) |
902 | continue; | 902 | continue; |
903 | 903 | ||
904 | fa->fa_state |= FA_S_ACCESSED; | 904 | fib_alias_accessed(fa); |
905 | 905 | ||
906 | err = fib_props[fa->fa_type].error; | 906 | err = fib_props[fa->fa_type].error; |
907 | if (err == 0) { | 907 | if (err == 0) { |