diff options
author | Rob Landley | 2005-04-30 03:49:37 +0000 |
---|---|---|
committer | Rob Landley | 2005-04-30 03:49:37 +0000 |
commit | ad8071f582a354924e96a3842e4fda7895bb5b7f (patch) | |
tree | 6a0fb577de9944fcbb68604a45bbb581da6d8590 /networking/Config.in | |
parent | 55b1efc6de0bce7872dd9b46c19e6688a1976427 (diff) | |
download | busybox-ad8071f582a354924e96a3842e4fda7895bb5b7f.zip busybox-ad8071f582a354924e96a3842e4fda7895bb5b7f.tar.gz |
David Brownell submitted a new applet, zcip, based on RFC 3927. This is
version 0418b. It compiled.
Diffstat (limited to 'networking/Config.in')
-rw-r--r-- | networking/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/networking/Config.in b/networking/Config.in index cf2f1dc..418ef4b 100644 --- a/networking/Config.in +++ b/networking/Config.in @@ -637,5 +637,16 @@ config CONFIG_FEATURE_WGET_IP6_LITERAL source networking/udhcp/Config.in +config CONFIG_ZCIP + bool "zcip" + default n + help + ZCIP provides ZeroConf IPv4 address selection, according to RFC 3927. + It's a daemon that allocates and defends a dynamically assigned + address on the 169.254/16 network, requiring no system administrator. + + See http://www.zeroconf.org for further details, and "zcip.script" + in the busybox examples. + endmenu |