mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-20 01:10:47 +01:00
dhclient: also request 'static-routes' option from DHCP server (rh #922558)
DHCP server won't send 'Static Route' option to the client if it is not explicitly requested.
This commit is contained in:
parent
d7d2015dfd
commit
a96053fe13
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ nm_dhcp_dhclient_create_config (const char *interface,
|
|||
add_ip4_config (new_contents, s_ip4, hostname);
|
||||
add_also_request (alsoreq, "rfc3442-classless-static-routes");
|
||||
add_also_request (alsoreq, "ms-classless-static-routes");
|
||||
add_also_request (alsoreq, "static-routes");
|
||||
add_also_request (alsoreq, "wpad");
|
||||
add_also_request (alsoreq, "ntp-servers");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue