fix(network-legacy): add missing options to dhclient.conf
Adding the following commonly used options to dhclient.conf - netbios-name-servers - netbios-scope - ntp-servers - dhcp6.domain-search - dhcp6.fqdn - dhcp6.name-servers - dhcp6.sntp-serversmaster
parent
ba92d1fcad
commit
abfd547a85
|
@ -5,4 +5,7 @@ send dhcp-client-identifier = hardware;
|
|||
|
||||
request subnet-mask, broadcast-address, time-offset, routers,
|
||||
domain-name, domain-name-servers, domain-search, host-name,
|
||||
root-path, interface-mtu, classless-static-routes;
|
||||
root-path, interface-mtu, classless-static-routes,
|
||||
netbios-name-servers, netbios-scope, ntp-servers,
|
||||
dhcp6.domain-search, dhcp6.fqdn,
|
||||
dhcp6.name-servers, dhcp6.sntp-servers;
|
||||
|
|
Loading…
Reference in New Issue