# File lib/rubyipmi/ipmitool/commands/lan.rb, line 8
    def initialize(opts = ObservableHash.new)
      super("ipmitool", opts)
      @info = {}
      @channel = 2

    end