commit | feff9ab2e7fa773b6a3965f77375fe89f7fd85cf | [log] [tgz] |
---|---|---|
author | Duan Jiong <duanj.fnst@cn.fujitsu.com> | Thu Feb 27 17:14:41 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 27 18:21:17 2014 -0500 |
tree | a8b1f2cc3069397a30b39abc5e56613686334b4f | |
parent | 352063c839ba9605a3b9ebbc1906f32ec5d8e269 [diff] |
neigh: recompute reachabletime before returning from neigh_periodic_work() If the neigh table's entries is less than gc_thresh1, the function will return directly, and the reachabletime will not be recompute, so the reachabletime can be guessed. Signed-off-by: Duan Jiong <duanj.fnst@cn.fujitsu.com> Signed-off-by: David S. Miller <davem@davemloft.net>