# File lib/rubyipmi/ipmitool/commands/lan.rb, line 90
    def gateway=(address)
      @options["cmdargs"] = "lan set #{channel} defgw ipaddr #{address}"
      value = runcmd
      @options.delete_notify("cmdargs")
      return value
    end