mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-05-19 06:36:51 +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:
@@ -563,6 +563,13 @@
|
||||
#define ETHARP_SUPPORT_STATIC_ENTRIES 0
|
||||
#endif
|
||||
|
||||
/** ETHARP_TABLE_MATCH_NETIF==1: Match netif for ARP table entries.
|
||||
* If disabled, duplicate IP address on multiple netifs are not supported
|
||||
* (but this should only occur for AutoIP).
|
||||
*/
|
||||
#ifndef ETHARP_TABLE_MATCH_NETIF
|
||||
#define ETHARP_TABLE_MATCH_NETIF 0
|
||||
#endif
|
||||
|
||||
/*
|
||||
--------------------------------
|
||||
|
||||
Reference in New Issue
Block a user