diff --git a/dhcp-config/source-debian/dhclient.conf b/dhcp-config/source-debian/dhclient.conf index 367a7a3..ed60630 100644 --- a/dhcp-config/source-debian/dhclient.conf +++ b/dhcp-config/source-debian/dhclient.conf @@ -3,10 +3,9 @@ option wrs-install-uuid code 224 = string; option dhcp6.wrs-install-uuid code 224 = string; request subnet-mask, broadcast-address, time-offset, routers, - domain-name, domain-name-servers, host-name, + domain-name, host-name, interface-mtu, fqdn, dhcp6.fqdn, wrs-install-uuid, - dhcp6.wrs-install-uuid, netbios-name-servers, netbios-scope, - dhcp6.name-servers; + dhcp6.wrs-install-uuid, netbios-name-servers, netbios-scope; timeout 30;