mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:22:18 +08:00
ARP: Add support for the case where there are multiple networks: One being Etherenet and the other not (say slip or perhaps someday PPP). In that case, we need to suppress ARP-related operations on the SLIP/PPP interface only
This commit is contained in:
@@ -470,7 +470,12 @@ CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
CONFIG_IOB_THROTTLE=0
|
||||
|
||||
#
|
||||
# Routing Table Configuration
|
||||
#
|
||||
# CONFIG_NET_ROUTE is not set
|
||||
CONFIG_NET_ETHERNET=y
|
||||
|
||||
#
|
||||
# File Systems
|
||||
|
||||
Reference in New Issue
Block a user