]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Merge pull request #252 from landgraf/dhcp_option_21
authorHarald Hoyer <harald@hoyer.xyz>
Wed, 19 Jul 2017 12:32:41 +0000 (14:32 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2017 12:32:41 +0000 (14:32 +0200)
dhclient: send client-identifier matching hardware address

1  2 
modules.d/40network/dhclient.conf

index 49266db030f10453687539132df6700aad687895,fe05c07f4328bd2e3585dfc2d48eba78a46d012d..2118ef47b6ad1f3f9c194d35954e244354ca9bb9
@@@ -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;