ARP request logic is no longer EXPERIMENTAL

This commit is contained in:
Gregory Nutt 2014-08-20 07:07:24 -06:00
parent 9f5299522f
commit 27cc2a3fc3

View File

@ -37,7 +37,6 @@ config NET_ARP_IPIN
config NET_ARP_SEND config NET_ARP_SEND
bool "ARP send" bool "ARP send"
default n default n
depends on EXPERIMENTAL
---help--- ---help---
Enable logic to send ARP requests if the target IP address mapping Enable logic to send ARP requests if the target IP address mapping
does not appear in the ARP table. does not appear in the ARP table.