mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-23 17:50:07 +01:00
dhcp: let dhclient handle requesting the 'server-id' option
Always requesting this appears to cause some devices to ignore DHCP requests, like the ZTE 823D, ZTEMF93E, Alcatel W800Z. dhclient probably knows better than NM when to request the server's ID, so leave that up to dhclient. We don't do anything interesting with it anyway.
This commit is contained in:
parent
7f2afbbcdc
commit
bcd554724e
1 changed files with 0 additions and 1 deletions
|
|
@ -225,7 +225,6 @@ nm_dhcp_dhclient_create_config (const char *interface,
|
||||||
add_also_request (alsoreq, "dhcp6.name-servers");
|
add_also_request (alsoreq, "dhcp6.name-servers");
|
||||||
add_also_request (alsoreq, "dhcp6.domain-search");
|
add_also_request (alsoreq, "dhcp6.domain-search");
|
||||||
add_also_request (alsoreq, "dhcp6.client-id");
|
add_also_request (alsoreq, "dhcp6.client-id");
|
||||||
add_also_request (alsoreq, "dhcp6.server-id");
|
|
||||||
} else {
|
} else {
|
||||||
add_ip4_config (new_contents, dhcp_client_id, hostname);
|
add_ip4_config (new_contents, dhcp_client_id, hostname);
|
||||||
add_also_request (alsoreq, "rfc3442-classless-static-routes");
|
add_also_request (alsoreq, "rfc3442-classless-static-routes");
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue