Skip to content

Commit abfd547

Browse files
johannbgharaldh
authored andcommitted
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
1 parent ba92d1f commit abfd547

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules.d/35network-legacy/dhclient.conf

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@ send dhcp-client-identifier = hardware;
55

66
request subnet-mask, broadcast-address, time-offset, routers,
77
domain-name, domain-name-servers, domain-search, host-name,
8-
root-path, interface-mtu, classless-static-routes;
8+
root-path, interface-mtu, classless-static-routes,
9+
netbios-name-servers, netbios-scope, ntp-servers,
10+
dhcp6.domain-search, dhcp6.fqdn,
11+
dhcp6.name-servers, dhcp6.sntp-servers;

0 commit comments

Comments
 (0)