# File lib/rubyipmi/freeipmi/commands/lan.rb, line 24
    def dhcp?
      if @info.length < 1
        parse(@config.section("Lan_Conf"))
      end
      @info["ip_address_source"].match(/dhcp/i) != nil
    end