changeset 2184:a06b9b6e7248 draft

Minor correction
author Roy Marples <roy@marples.name>
date Mon, 02 Dec 2013 17:17:05 +0000
parents d274de400a33
children 7f9e761f857c
files dhcpcd-definitions.conf
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dhcpcd-definitions.conf	Mon Dec 02 16:42:09 2013 +0000
+++ b/dhcpcd-definitions.conf	Mon Dec 02 17:17:05 2013 +0000
@@ -9,6 +9,8 @@
 # RFC3442 states that the CSR has to come before all other routes
 # For completeness we also specify static routes then routers
 define 121	rfc3442			classless_static_routes
+# Option 249 is an IANA assigned private number used by Windows DHCP servers
+# to provide the exact same information as option 121, classless static routes
 define 249	rfc3442			ms_classless_static_routes
 define 33	request array ipaddress	static_routes
 define 3	request array ipaddress	routers
@@ -219,7 +221,7 @@
 
 # DHCPv6 Fully Qualified Domain Name, RFC4704
 define6 39	embed			fqdn
-embed		byte			fqdn_flags
+embed		byte			flags
 embed		domain			fqdn
 
 # DHCPv6 Timezone options, RFC4883