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