|
@@ -299,6 +299,8 @@ void br_fdb_cleanup(unsigned long _data)
|
|
unsigned long this_timer;
|
|
unsigned long this_timer;
|
|
if (f->is_static)
|
|
if (f->is_static)
|
|
continue;
|
|
continue;
|
|
|
|
+ if (f->added_by_external_learn)
|
|
|
|
+ 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))
|
|
fdb_delete(br, f);
|
|
fdb_delete(br, f);
|