|
@@ -280,7 +280,7 @@ void br_fdb_cleanup(unsigned long _data)
|
|
|
|
|
|
hlist_for_each_entry_safe(f, n, &br->hash[i], hlist) {
|
|
hlist_for_each_entry_safe(f, n, &br->hash[i], hlist) {
|
|
unsigned long this_timer;
|
|
unsigned long this_timer;
|
|
- if (f->is_static)
|
|
|
|
|
|
+ if (f->is_static || f->added_by_external_learn)
|
|
continue;
|
|
continue;
|
|
this_timer = f->updated + delay;
|
|
this_timer = f->updated + delay;
|
|
if (time_before_eq(this_timer, jiffies))
|
|
if (time_before_eq(this_timer, jiffies))
|