All checks were successful
basementhud/pipeline/head This commit looks good
NetworkManager is a memory hog. We don't need it to do anything except renew the DHCP lease when it's time, so let's switch to a more lightweight alternative. Unfortunately, Fedora does not include any systemd units for `dhclient`, so we have to provide our own.
11 lines
449 B
Plaintext
11 lines
449 B
Plaintext
option classless-static-routes code 121 = array of unsigned integer 8;
|
|
|
|
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,
|
|
netbios-name-servers, netbios-scope, ntp-servers,
|
|
dhcp6.domain-search, dhcp6.fqdn,
|
|
dhcp6.name-servers, dhcp6.sntp-servers;
|