# File lib/rubyipmi/ipmitool/commands/lan.rb, line 103 def dhcp? if @info.length < 1 parse(print) end @info["ip address source"].match(/dhcp/i) != nil end