From 2e7aa928360eb9b1c90fa2356734cee794b66516 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 21 Mar 2010 02:22:07 +0100 Subject: udhcp: tweak udhcpd.conf example and comments. no code changes Signed-off-by: Denys Vlasenko --- networking/udhcp/options.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'networking/udhcp/options.h') 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). */ -- cgit v1.1