open-power / petitboot

GNU General Public License v2.0
205 stars 56 forks source link

discover/network: Fix up nulling of dhcp client id args #80

Closed nathanrossi closed 2 years ago

nathanrossi commented 3 years ago

Commit 6fa0edfb029726968cbacad9d4e193a345956ff3 added additional options to the ipv4 udhcpc command but did not increment the offset for the dhcp client identifier clearing to account for the new arguments.

Signed-off-by: Nathan Rossi nathan.rossi@digi.com