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