diff options
author | Denis Vlasenko | 2007-11-22 00:58:49 +0000 |
---|---|---|
committer | Denis Vlasenko | 2007-11-22 00:58:49 +0000 |
commit | 223bc97f61f2fd5efbccede0837a374c1669e864 (patch) | |
tree | 0105a1f02dbc344ede7cca99565b6c556e7cab96 /networking/udhcp/Config.in | |
parent | c881c733bb05286f7147d0ca49ad238b86f6d848 (diff) | |
download | busybox-223bc97f61f2fd5efbccede0837a374c1669e864.zip busybox-223bc97f61f2fd5efbccede0837a374c1669e864.tar.gz |
udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@axis.com>)
configurable, ~+300 bytes when on.
Diffstat (limited to 'networking/udhcp/Config.in')
-rw-r--r-- | networking/udhcp/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/networking/udhcp/Config.in b/networking/udhcp/Config.in index 76b0780..734db65 100644 --- a/networking/udhcp/Config.in +++ b/networking/udhcp/Config.in @@ -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 |