# File lib/rubyipmi/freeipmi/commands/lan.rb, line 38
    def ip
      if @info.length < 1
        parse(@config.section("Lan_Conf"))
      end
      @info["ip_address"]
    end