Revert a small part of the r198301, that is entirely unrelated to the
r198301 itself. It also broke the logic of not sending more than one ARP request per second, that consequently lead to a potential problem of flooding network with broadcast packets. MFC after: 1 week
This commit is contained in:
parent
6ed79f06f4
commit
28e1f17c81
@ -381,7 +381,7 @@ retry:
|
||||
int canceled;
|
||||
|
||||
LLE_ADDREF(la);
|
||||
la->la_expire = time_second + V_arpt_down;
|
||||
la->la_expire = time_second;
|
||||
canceled = callout_reset(&la->la_timer, hz * V_arpt_down,
|
||||
arptimer, la);
|
||||
if (canceled)
|
||||
|
Loading…
x
Reference in New Issue
Block a user