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