# File lib/rubyipmi/ipmitool/commands/lan.rb, line 47
    def mac
      if @info.length < 1
        parse(print)
      end
      @info["mac address"]
    end