提交 3fcf9011 编写于 作者: D David S. Miller

Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are...

Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are removed when 'external' entity notifies the aging"

This reverts commit 9a05dde5.

Requested by Scott Feldman.
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 06eb395f
......@@ -280,7 +280,7 @@ void br_fdb_cleanup(unsigned long _data)
hlist_for_each_entry_safe(f, n, &br->hash[i], hlist) {
unsigned long this_timer;
if (f->is_static || f->added_by_external_learn)
if (f->is_static)
continue;
this_timer = f->updated + delay;
if (time_before_eq(this_timer, jiffies))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册