diff options
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 b7c9d8f8d..05090f12e 100644 --- a/networking/udhcp/options.h +++ b/networking/udhcp/options.h | |||
@@ -35,7 +35,8 @@ enum { | |||
35 | /* DHCP protocol. See RFC 2131 */ | 35 | /* DHCP protocol. See RFC 2131 */ |
36 | #define DHCP_MAGIC 0x63825363 | 36 | #define DHCP_MAGIC 0x63825363 |
37 | 37 | ||
38 | /* DHCP option codes (partial list). See RFC 2132. | 38 | /* DHCP option codes (partial list). See RFC 2132 and |
39 | * http://www.iana.org/assignments/bootp-dhcp-parameters/ | ||
39 | * Commented out options are handled by common option machinery, | 40 | * Commented out options are handled by common option machinery, |
40 | * uncommented ones have spacial cases (grep for them to see). | 41 | * uncommented ones have spacial cases (grep for them to see). |
41 | */ | 42 | */ |