udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>)

configurable, ~+300 bytes when on.
This commit is contained in:
Denis Vlasenko
2007-11-22 00:58:49 +00:00
parent c881c733bb
commit 223bc97f61
9 changed files with 138 additions and 47 deletions

View File

@@ -54,6 +54,16 @@ config APP_UDHCPC
See http://udhcp.busybox.net for further details.
config FEATURE_UDHCPC_ARPING
bool "Ask udhcpc to verify that the offered address is free, using arpping"
default y
depends on APP_UDHCPC
help
If selected, udhcpc will use arpping to make sure the offered address
is really available. The client will DHCPDECLINE the offer if the
address is in use, and restart the discover process.
config FEATURE_UDHCP_DEBUG
bool "Compile udhcp with noisy debugging messages"
default n