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