From: Harald Hoyer Date: Wed, 19 Jul 2017 12:32:41 +0000 (+0200) Subject: Merge pull request #252 from landgraf/dhcp_option_21 X-Git-Tag: 046~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a430c3f7a6adc6294a8f66700626cc3406fd0e9c;p=thirdparty%2Fdracut.git Merge pull request #252 from landgraf/dhcp_option_21 dhclient: send client-identifier matching hardware address --- a430c3f7a6adc6294a8f66700626cc3406fd0e9c diff --cc modules.d/40network/dhclient.conf index 49266db03,fe05c07f4..2118ef47b --- a/modules.d/40network/dhclient.conf +++ b/modules.d/40network/dhclient.conf @@@ -1,6 -1,8 +1,8 @@@ -option classless-routes code 121 = array of unsigned integer 8; +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-routes; + root-path, interface-mtu, classless-static-routes;