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