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