diff --git a/modules.d/40network/dhclient.conf b/modules.d/40network/dhclient.conf index a1739ce3..49266db0 100644 --- a/modules.d/40network/dhclient.conf +++ b/modules.d/40network/dhclient.conf @@ -1,6 +1,6 @@ -option classless-routes code 121 = array of unsigned integer 8; +option classless-static-routes code 121 = array of unsigned integer 8; request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, domain-search, host-name, - root-path, interface-mtu, classless-routes; + root-path, interface-mtu, classless-static-routes;