Skip to content

Commit

Permalink
fix: unassisted dhcp
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkProminic authored Feb 6, 2023
1 parent 9e55438 commit 917e713
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-zones/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@ def get_ip_address(uii)
loop do
zlogin_read.expect(/\r\n/) { |line| rsp.push line }
puts (rsp[-1]) if config.debug_boot
zlogin_write.printf("\n") if rsp[-1].to_s.match(/Connected/)
break if rsp[-1].to_s.match(/#{lcheck}/) || rsp[-1].to_s.match(/#{alcheck}/)
end

Expand Down

0 comments on commit 917e713

Please sign in to comment.