mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 00:53:37 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user