From: Roy Marples Date: Mon, 2 Dec 2013 17:17:05 +0000 (+0000) Subject: Minor correction X-Git-Tag: v6.2.0~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3d3b4b1a42c126d96ed8463b42313193b96629bf;p=thirdparty%2Fdhcpcd.git Minor correction --- diff --git a/dhcpcd-definitions.conf b/dhcpcd-definitions.conf index 73209405..7c20d9d9 100644 --- a/dhcpcd-definitions.conf +++ b/dhcpcd-definitions.conf @@ -9,6 +9,8 @@ define 1 request ipaddress subnet_mask # 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 @@ define6 34 array ip6address bcms_server_a # DHCPv6 Fully Qualified Domain Name, RFC4704 define6 39 embed fqdn -embed byte fqdn_flags +embed byte flags embed domain fqdn # DHCPv6 Timezone options, RFC4883