# File lib/rubyipmi/ipmitool/commands/lan.rb, line 97
    def dhcp?
      info.fetch("ip_address_source",nil).match(/dhcp/i) != nil
    end