Fixed ARP input processing: only add a new entry if a request was directed as us (RFC 826, Packet Reception), otherwise only update existing entries; internalized some functions

This commit is contained in:
goldsimon
2010-02-14 18:08:16 +00:00
parent c5dfa4099d
commit 4c9fe60693
3 changed files with 16 additions and 13 deletions

View File

@@ -131,6 +131,11 @@ HISTORY
++ Bugfixes:
2010-02-14: Simon Goldschmidt
* etharp.c/.h: Fixed ARP input processing: only add a new entry if a
request was directed as us (RFC 826, Packet Reception), otherwise
only update existing entries; internalized some functions
2010-02-14: Simon Goldschmidt
* netif.h, etharp.c, tcpip.c: Fixed bug #28183 (ARP and TCP/IP cannot be
disabled on netif used for PPPoE) by adding a new netif flag