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-servers
master
Jóhann B. Guðmundsson 2021-04-27 14:16:42 +00:00 committed by Harald Hoyer
parent ba92d1fcad
commit abfd547a85
1 changed files with 4 additions and 1 deletions

View File

@ -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;