# File lib/rubyipmi/freeipmi/commands/lan.rb, line 15
    def info
      if @info.length < 1
        @config.verbose(true)
        parse(@config.section("Lan_Conf"))
        @config.verbose(false)
      end
      @info
    end