fixed bug #33551 (ARP entries may time out although in use) by sending an ARP request when an ARP entry is used in the last minute before it would time out.

This commit is contained in:
Simon Goldschmidt
2011-07-21 20:28:18 +02:00
parent bd69890ccd
commit ef9891e8ff
2 changed files with 112 additions and 61 deletions

View File

@@ -31,6 +31,11 @@ HISTORY
++ Bugfixes:
2011-07-21: Simon Goldschmidt
* etharp.c: fixed bug #33551 (ARP entries may time out although in use) by
sending an ARP request when an ARP entry is used in the last minute before
it would time out.
2011-07-04: Simon Goldschmidt
* sys_arch.txt: Fixed documentation after changing sys arch prototypes for 1.4.0.