mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-07 16:13:38 +08:00
fixed bug #36017 ARP might not support duplicate addresses on multiple netifs (tried to correctly handle duplicate AutoIP addresses on multiple netifs, but only if explicitly enabled via ETHARP_TABLE_MATCH_NETIF==1)
This commit is contained in:
@@ -6,6 +6,11 @@ HISTORY
|
||||
|
||||
++ New features:
|
||||
|
||||
2015-03-23: Simon Goldschmidt
|
||||
* opt.h, etharp.c: with ETHARP_TABLE_MATCH_NETIF== 1, duplicate (Auto)-IP
|
||||
addresses on multiple netifs should now be working correctly (if correctly
|
||||
addressed by routing, that is)
|
||||
|
||||
2015-03-23: Simon Goldschmidt
|
||||
* etharp.c: Stable etharp entries that are about to expire are now refreshed
|
||||
using unicast to prevent unnecessary broadcast. Only if no answer is received
|
||||
|
||||
Reference in New Issue
Block a user