diff options
author | Denys Vlasenko | 2010-03-21 02:22:07 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-03-21 02:22:07 +0100 |
commit | 2e7aa928360eb9b1c90fa2356734cee794b66516 (patch) | |
tree | 58d8cb605c2a339076dc1e097c8137a8a2e176b7 /networking/udhcp/options.h | |
parent | e5ce91b41b657a0dbd1db442ebc47f4c935e7d1f (diff) | |
download | busybox-2e7aa928360eb9b1c90fa2356734cee794b66516.zip busybox-2e7aa928360eb9b1c90fa2356734cee794b66516.tar.gz |
udhcp: tweak udhcpd.conf example and comments. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/udhcp/options.h')
-rw-r--r-- | networking/udhcp/options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/networking/udhcp/options.h b/networking/udhcp/options.h index b7c9d8f..05090f1 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h @@ -35,7 +35,8 @@ enum { /* DHCP protocol. See RFC 2131 */ #define DHCP_MAGIC 0x63825363 -/* DHCP option codes (partial list). See RFC 2132. +/* DHCP option codes (partial list). See RFC 2132 and + * http://www.iana.org/assignments/bootp-dhcp-parameters/ * Commented out options are handled by common option machinery, * uncommented ones have spacial cases (grep for them to see). */ |